aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1ae39c33..349a4ddd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "hoarder-mobile",
"version": "1.0.0",
- "main": "node_modules/expo/AppEntry.js",
+ "main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
@@ -11,10 +11,15 @@
},
"dependencies": {
"expo": "~50.0.11",
+ "expo-constants": "~15.4.5",
+ "expo-linking": "~6.2.2",
+ "expo-router": "~3.4.8",
"expo-status-bar": "~1.11.1",
"nativewind": "^2.0.11",
"react": "18.2.0",
- "react-native": "0.73.4"
+ "react-native": "0.73.4",
+ "react-native-safe-area-context": "4.8.2",
+ "react-native-screens": "~3.29.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",