chore(mobile): add expo-application + react-native-gesture-handler for phase 0 shell

This commit is contained in:
byGalax
2026-05-13 23:34:10 +02:00
parent 3049a0e39d
commit 1bf4f4bb83
2 changed files with 61 additions and 2 deletions
+3 -1
View File
@@ -18,10 +18,11 @@
"clean": "rm -rf .expo node_modules/.cache .turbo *.tsbuildinfo"
},
"dependencies": {
"@chat-app/shared": "workspace:*",
"@chat-app/db-types": "workspace:*",
"@chat-app/shared": "workspace:*",
"@supabase/supabase-js": "^2.46.0",
"expo": "^52.0.0",
"expo-application": "^55.0.15",
"expo-constants": "~17.0.0",
"expo-linking": "~7.0.0",
"expo-notifications": "~0.29.0",
@@ -31,6 +32,7 @@
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.0",
"react-native-gesture-handler": "^2.31.2",
"react-native-libsodium": "^1.3.0",
"react-native-safe-area-context": "~4.12.0",
"react-native-screens": "~4.1.0"