This commit is contained in:
Davide Scaini
2026-04-25 15:33:51 +02:00
parent 1ac35c84e0
commit 5330b7b489
7 changed files with 53 additions and 18 deletions
+9 -8
View File
@@ -10,26 +10,27 @@
"lint": "expo lint"
},
"dependencies": {
"@maplibre/maplibre-react-native": "~11.0.0",
"expo": "~54.0.33",
"expo-router": "~6.0.23",
"expo-sqlite": "~16.0.10",
"expo-background-fetch": "~14.0.9",
"expo-constants": "~18.0.13",
"expo-document-picker": "~14.0.8",
"expo-file-system": "~19.0.21",
"expo-background-fetch": "~14.0.9",
"expo-task-manager": "~14.0.9",
"expo-notifications": "~0.32.16",
"expo-constants": "~18.0.13",
"expo-linking": "~8.0.11",
"expo-notifications": "~0.32.16",
"expo-router": "~6.0.23",
"expo-splash-screen": "~31.0.13",
"expo-sqlite": "~16.0.10",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"expo-task-manager": "~14.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "~15.15.0",
"react-native-webview": "13.15.0",
"@maplibre/maplibre-react-native": "~11.0.0"
"react-native-webview": "13.15.0"
},
"devDependencies": {
"@babel/core": "^7.25.0",