mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-05-05 06:05:12 -04:00
* A key like this does not exist because we don't save rep Photo to realm * Show rep photo on suggestions * Add comment * Update types.d.ts * Move code around * Send rep photo ID to taxon result * Send rep photo to taxon result * Add white background to box on taxon details Closes MOB-491 * Comments * Only send ID around and move photo to top * Send first photo id also from match screen * If rep photo is of same taxon, only send ID, else send entire photo to taxon details * Refactor taxon image * Updated realm types * If rep photo is of other taxon send entire object * Create copy of realm taxon Avoids an error "object has been invalidated and deleted" which I didn't have tome to track down.