fix: add missing expo-router peer dependencies

expo-linking, expo-constants, expo-splash-screen, react-native-web
et react-dom sont des dépendances requises par expo-router mais non
installées automatiquement avec npx expo install expo-router.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-20 18:07:52 +02:00
parent 3fd5c6fbd2
commit 701fb58fba
2 changed files with 250 additions and 21 deletions
+5
View File
@@ -12,17 +12,22 @@
"axios": "^1.16.1",
"date-fns": "^4.2.1",
"expo": "~54.0.33",
"expo-constants": "~18.0.13",
"expo-linking": "~8.0.12",
"expo-local-authentication": "~17.0.8",
"expo-router": "~6.0.23",
"expo-secure-store": "~15.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-paper": "^5.15.2",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.5.1",
"zustand": "^5.0.13"
},