mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
* 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
24 lines
666 B
JSON
24 lines
666 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"*": ["src/*"],
|
|
"appConstants": "src/appConstants",
|
|
"api": ["src/api"],
|
|
"components": ["src/components"],
|
|
"dictionaries": ["src/dictionaries"],
|
|
"i18n": ["src/i18n"],
|
|
"images": ["src/images"],
|
|
"navigation": ["src/navigation"],
|
|
"providers": ["src/providers"],
|
|
"realmModels": ["src/realmModels"],
|
|
"sharedHelpers": ["src/sharedHelpers"],
|
|
"sharedHooks": ["src/sharedHooks"],
|
|
"stores": ["src/stores"],
|
|
"styles": ["src/styles"],
|
|
"tests": ["tests"],
|
|
}
|
|
}
|
|
}
|