summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 15 insertions, 7 deletions
diff --git a/package.json b/package.json
index 4c40299..514fd96 100644
--- a/package.json
+++ b/package.json
@@ -10,15 +10,23 @@
"eject": "expo eject"
},
"dependencies": {
- "expo": "~44.0.0",
- "expo-status-bar": "~1.2.0",
- "react": "17.0.1",
- "react-dom": "17.0.1",
- "react-native": "0.64.3",
- "react-native-web": "0.17.1"
+ "@react-native-async-storage/async-storage": "~1.17.3",
+ "@react-navigation/native": "^6.0.8",
+ "@react-navigation/native-stack": "^6.4.1",
+ "expo": "^46.0.0",
+ "expo-font": "~10.2.0",
+ "expo-location": "~14.3.0",
+ "expo-status-bar": "~1.4.0",
+ "react": "18.0.0",
+ "react-dom": "18.0.0",
+ "react-native": "0.69.6",
+ "react-native-maps": "0.31.1",
+ "react-native-safe-area-context": "4.3.1",
+ "react-native-screens": "~3.15.0",
+ "react-native-web": "~0.18.7"
},
"devDependencies": {
- "@babel/core": "^7.12.9"
+ "@babel/core": "^7.18.6"
},
"private": true
}