mojmajstor/app.json
echo 8662037776 fix: downgrade to Expo SDK 55 for Expo Go compatibility
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
2026-05-29 19:25:23 +02:00

44 lines
1.1 KiB
JSON

{
"expo": {
"name": "МојМајстор",
"slug": "mojmajstor",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"scheme": "mojmajstor",
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "mk.mojmajstor.app"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/android-icon-foreground.png",
"backgroundImage": "./assets/android-icon-background.png",
"monochromeImage": "./assets/android-icon-monochrome.png"
},
"package": "mk.mojmajstor.app",
"softwareKeyboardLayoutMode": "resize",
"intentFilters": [
{
"action": "VIEW",
"data": [
{
"scheme": "mojmajstor"
}
],
"category": ["BROWSABLE", "DEFAULT"]
}
]
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-router",
"expo-image",
"expo-splash-screen"
]
}
}