fix(mobile): install missing expo-linking and align native dependencies to 100% Expo SDK 52

This commit is contained in:
AyrisAI
2026-08-20 04:09:25 +03:00
parent c0544251b8
commit c6b15ffa52
2 changed files with 144 additions and 261 deletions
+4 -3
View File
@@ -22,15 +22,16 @@
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.8",
"expo-font": "~13.0.4",
"expo-haptics": "^57.0.1",
"expo-haptics": "^14.0.1",
"expo-image-picker": "~16.0.6",
"expo-linking": "~7.0.5",
"expo-router": "~4.0.0",
"expo-splash-screen": "~0.29.24",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native": "0.76.9",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-screens": "~4.4.0",
"react-native-url-polyfill": "^2.0.0"
},
"devDependencies": {