Yaltopia-Tickets-App/app.json
2026-03-01 14:43:12 +03:00

39 lines
919 B
JSON

{
"expo": {
"name": "Yaltopia Tickets App",
"slug": "yaltopia-tickets-app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "com.yaltopia.ticketapp"
},
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"scheme": "yaltopia-tickets",
"extra": {
"eas": {
"projectId": "9b79b7de-5639-41ef-a72c-8c226354cd2e"
}
}
}
}