SDK 56 requires a newer Expo Go version not yet available on the Play Store. Downgrade to SDK 55 which is compatible with the currently published Expo Go app. - expo: ~55.0.26, react-native: 0.83.6, react: 19.2.0 - All expo-* packages aligned to SDK 55 - Added metro.config.js extending expo/metro-config - Removed newArchEnabled from app.json (not in SDK 55 schema) - Added expo-dev-client as fallback for development builds - expo-doctor passes 19/19 checks - TypeScript clean, Convex functions deploy successfully
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "mojmajstor",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"convex:dev": "convex dev --url https://backend-onhwnh06p0g3976vl34yx18v.testbed.mk:3210",
|
|
"convex:deploy": "convex deploy --url https://backend-onhwnh06p0g3976vl34yx18v.testbed.mk:3210"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^15.0.2",
|
|
"convex": "^1.24.0",
|
|
"expo": "~55.0.26",
|
|
"expo-constants": "~55.0.16",
|
|
"expo-dev-client": "~55.0.35",
|
|
"expo-font": "~55.0.8",
|
|
"expo-haptics": "~55.0.14",
|
|
"expo-image": "~55.0.11",
|
|
"expo-image-picker": "~55.0.20",
|
|
"expo-linking": "~55.0.15",
|
|
"expo-location": "~55.1.10",
|
|
"expo-router": "~55.0.16",
|
|
"expo-splash-screen": "~55.0.21",
|
|
"expo-status-bar": "~55.0.0",
|
|
"react": "19.2.0",
|
|
"react-native": "0.83.6",
|
|
"react-native-maps": "1.27.2",
|
|
"react-native-safe-area-context": "~5.6.2",
|
|
"react-native-screens": "~4.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.10",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|