chore: fix geoloca

This commit is contained in:
2026-02-28 23:18:13 +01:00
parent 9e8c266533
commit 3ce0360d91
4 changed files with 60 additions and 16 deletions
+6
View File
@@ -24,6 +24,7 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "~2.28.0",
"react-native-maps": "1.20.1",
"react-native-reanimated": "~4.1.1",
@@ -6963,6 +6964,11 @@
}
}
},
"node_modules/react-native-geolocation-service": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/react-native-geolocation-service/-/react-native-geolocation-service-5.3.1.tgz",
"integrity": "sha512-LTXPtPNmrdhx+yeWG47sAaCgQc3nG1z+HLLHlhK/5YfOgfLcAb9HAkhREPjQKPZOUx8pKZMIpdGFUGfJYtimXQ=="
},
"node_modules/react-native-gesture-handler": {
"version": "2.28.0",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.28.0.tgz",