upgrade to expo 53

This commit is contained in:
ppc
2025-07-29 15:50:20 +01:00
parent 435dbad3a5
commit 1d0e40961c
2 changed files with 1483 additions and 4291 deletions
+1456 -4263
View File
File diff suppressed because it is too large Load Diff
+27 -28
View File
@@ -9,44 +9,43 @@
"android-prebuild": "expo prebuild --platform android"
},
"dependencies": {
"@babel/runtime": "^7.27.0",
"@expo-google-fonts/jetbrains-mono": "^0.2.3",
"@babel/runtime": "^7.27.6",
"@expo-google-fonts/jetbrains-mono": "^0.4.0",
"@react-native-menu/menu": "^1.2.3",
"@react-navigation/bottom-tabs": "^7.3.3",
"@react-navigation/native": "^7.0.19",
"@react-navigation/native-stack": "^7.3.3",
"@react-navigation/bottom-tabs": "^7.4.2",
"@react-navigation/native": "^7.1.14",
"@react-navigation/native-stack": "^7.3.21",
"@realm/react": "^0.11.0",
"amnet-shared": "file:../amnet-shared",
"date-fns": "^4.1.0",
"expo": "~52.0.42",
"expo-blur": "~14.0.3",
"expo-build-properties": "~0.13.2",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.8",
"expo-dev-client": "~5.0.16",
"expo-linking": "~7.0.5",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.9",
"lucide-react-native": "^0.485.0",
"expo": "^53.0.0",
"expo-blur": "~14.1.5",
"expo-build-properties": "~0.14.8",
"expo-clipboard": "~7.1.5",
"expo-constants": "~17.1.7",
"expo-dev-client": "~5.2.4",
"expo-linking": "~7.1.7",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"lucide-react-native": "^0.525.0",
"pusher-js": "^8.4.0",
"react": "18.3.1",
"react-native": "0.76.8",
"react-native-context-menu-view": "^1.18.0",
"react-native-gesture-handler": "~2.20.2",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-context-menu-view": "^1.19.0",
"react-native-gesture-handler": "~2.24.0",
"react-native-get-random-values": "^1.11.0",
"react-native-nfc-manager": "^3.16.1",
"react-native-paper": "^5.13.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-nfc-manager": "^3.16.2",
"react-native-paper": "^5.14.5",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-url-polyfill": "^2.0.0",
"realm": "^20.1.0"
},
"devDependencies": {
"@expo/ngrok": "^4.1.3",
"@types/react": "18.3.20",
"typescript": "~5.8.2"
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
}
}