mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-04-21 07:20:03 -04:00
* Move upload functionality into MyObservations, out of ObsEditProvider * Move upload into helper function * Fixes for ObsEdit -> MyObs flow * Progress on making uploads faster * Update performance test * Fix toolbar progress * Fix tests for observation upload flow * Fixes from code review; fix e2e test for signed in user by bypassing permission gate * Hide sign up test when keyboard visible; fixes Android e2e test * Comment out permissions code in e2e test to see if it's only needed locally * Comment out permissions gate for signed out user iOS * Use focused hook to stop ObsEdit from rerendering while user is on other screens * Restore reassure in branch * e2e code cleanup