mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-21 22:18:32 -04:00
* separates ident body editing into its own state and UI * stop adding an entire Realm object to nav params, where it gets out of date and causes access bugs * fixes bug where accessing ObsDetails from MyObs can cause you to return there when returning from TaxonDetails via Explore * separates BottomSheet handleClose callback so it can respond differently to the sheet closing and the user intentionally closing the sheet * Suggest ID and Agree bottom sheets both have buttons of equal width with a single primary action * Disagree sheet prompt refers to the taxon being disagreed with, not the ident taxon * save taxon to local db when viewed on TaxonDetails * minor refactors for readability Closes #2003