Files
fonsi_app/package.json
T
riccardoandClaude Opus 5 5c66e9d5cb Upgrade to Expo SDK 57 for Xcode 27 support
- expo 57.0.23, react-native 0.86.3, react 19.2.3
- Remove @react-navigation/* direct deps (unsupported by expo-router 56+)
- Drop newArchEnabled and android.edgeToEdgeEnabled (removed from schema)
- Enable ios.enableSceneSupport (UIScene lifecycle required by iOS 27 SDK)
- Remove deprecated expo-build-properties deploymentTarget (default 16.4)
- Add withPodsDeploymentTarget plugin: raise CocoaPods resource bundle
  targets (RNCAsyncStorage, RNSVG, SDWebImage) to the app minimum
- Replace removed StyleSheet.absoluteFillObject with absoluteFill

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-16 12:54:53 +02:00

71 lines
2.1 KiB
JSON

{
"name": "fonsi-app",
"main": "expo-router/entry",
"version": "1.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
"overrides": {
"tslib": "^2.6.1",
"zrender": "5.5.0"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "12.0.1",
"@wuba/react-native-echarts": "^3.1.1",
"axios": "^1.13.2",
"babel-preset-expo": "~57.0.0",
"echarts": "^5.5.0",
"expo": "~57.0.23",
"expo-build-properties": "~57.0.20",
"expo-camera": "~57.0.5",
"expo-constants": "~57.0.18",
"expo-dev-client": "~57.0.19",
"expo-document-picker": "~57.0.2",
"expo-file-system": "~57.0.7",
"expo-font": "~57.0.4",
"expo-haptics": "~57.0.3",
"expo-image": "~57.0.5",
"expo-image-picker": "~57.0.18",
"expo-linking": "~57.0.10",
"expo-router": "~57.0.21",
"expo-secure-store": "~57.0.4",
"expo-sharing": "~57.0.20",
"expo-splash-screen": "~57.0.9",
"expo-status-bar": "~57.0.1",
"expo-symbols": "~57.0.3",
"expo-system-ui": "~57.0.4",
"expo-web-browser": "~57.0.3",
"lucide-react-native": "^0.563.0",
"nativewind": "^4.2.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.3",
"react-native-gesture-handler": "~2.32.0",
"react-native-image-viewing": "^0.2.2",
"react-native-keyboard-controller": "1.21.9",
"react-native-reanimated": "4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-svg": "15.15.4",
"react-native-ui-datepicker": "^3.1.2",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.10.1",
"tailwindcss": "^3.4.18"
},
"devDependencies": {
"@types/react": "~19.2.14",
"eslint": "^9.25.0",
"eslint-config-expo": "~57.0.2",
"typescript": "~6.0.3"
},
"private": true
}