mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Continuous location fetch in the cameras (#1673)
* Fetch location continuously in cameras until accuracy falls below threshold * Unit test for useUserLocation * Added untilAcc option to useUserLocation * Bugfix: ObsEdit was not always fetching location for new camera photos Closes #1340
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"navigation": ["src/navigation"],
|
||||
"providers": ["src/providers"],
|
||||
"realmModels": ["src/realmModels"],
|
||||
"sharedHelpers": ["src/sharedHelpers/*"],
|
||||
"sharedHelpers": ["src/sharedHelpers"],
|
||||
"sharedHooks": ["src/sharedHooks"],
|
||||
"stores": ["src/stores"],
|
||||
"styles": ["src/styles"],
|
||||
|
||||
Reference in New Issue
Block a user