Adjust dependencies to stable versions and clean android folder
This commit is contained in:
+25
-25
@@ -3,33 +3,33 @@
|
||||
"version": "1.0.0",
|
||||
"main": "index.ts",
|
||||
"dependencies": {
|
||||
"@react-native-community/netinfo": "12.0.1",
|
||||
"@react-navigation/native": "^7.3.3",
|
||||
"@react-navigation/native-stack": "^7.17.5",
|
||||
"expo": "~56.0.12",
|
||||
"expo-build-properties": "~56.0.19",
|
||||
"expo-camera": "^57.0.3",
|
||||
"expo-crypto": "~56.0.4",
|
||||
"expo-file-system": "~56.0.8",
|
||||
"expo-image-picker": "~56.0.18",
|
||||
"expo-location": "~56.0.18",
|
||||
"expo-navigation-bar": "^57.0.2",
|
||||
"expo-screen-orientation": "^57.0.1",
|
||||
"expo-secure-store": "~56.0.4",
|
||||
"expo-sqlite": "~56.0.5",
|
||||
"expo-status-bar": "~56.0.4",
|
||||
"react": "19.2.3",
|
||||
"react-native": "0.85.3",
|
||||
"react-native-maps": "1.27.2",
|
||||
"react-native-safe-area-context": "~5.7.0",
|
||||
"react-native-screens": "4.25.2",
|
||||
"react-native-view-shot": "^4.0.0",
|
||||
"react-native-webview": "^13.13.2"
|
||||
"@react-native-community/netinfo": "11.3.1",
|
||||
"@react-navigation/native": "^6.1.17",
|
||||
"@react-navigation/native-stack": "^6.9.26",
|
||||
"expo": "~51.0.28",
|
||||
"expo-build-properties": "~0.12.5",
|
||||
"expo-camera": "~15.0.16",
|
||||
"expo-crypto": "~13.0.2",
|
||||
"expo-file-system": "~17.0.1",
|
||||
"expo-image-picker": "~15.1.0",
|
||||
"expo-location": "~17.0.1",
|
||||
"expo-navigation-bar": "~3.0.7",
|
||||
"expo-screen-orientation": "~7.0.1",
|
||||
"expo-secure-store": "~13.0.2",
|
||||
"expo-sqlite": "~14.0.6",
|
||||
"expo-status-bar": "~1.12.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.74.5",
|
||||
"react-native-maps": "1.14.0",
|
||||
"react-native-safe-area-context": "4.10.5",
|
||||
"react-native-screens": "3.31.1",
|
||||
"react-native-view-shot": "3.8.0",
|
||||
"react-native-webview": "13.8.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "~19.2.2",
|
||||
"eas-cli": "^20.2.0",
|
||||
"typescript": "~6.0.3"
|
||||
"@types/react": "~18.2.79",
|
||||
"eas-cli": "^12.6.2",
|
||||
"typescript": "~5.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
|
||||
Reference in New Issue
Block a user