Files
RoadtripDJ/app.json
2026-05-21 11:58:25 +01:00

47 lines
1.1 KiB
JSON

{
"expo": {
"name": "roadtrip-dj",
"slug": "roadtrip-dj",
"scheme": "roadtripdj",
"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,
"bundleIdentifier": "com.epvc.roadtripdj"
},
"android": {
"package": "com.eduardo12345122.roadtripdj",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": false,
"predictiveBackGestureEnabled": false
},
"androidStatusBar": {
"barStyle": "dark-content",
"backgroundColor": "#ffffff",
"translucent": false
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-web-browser",
"expo-secure-store"
],
"extra": {
"eas": {
"projectId": "df13cff2-46b7-4344-ba7e-c74c2a8b32f0"
}
}
}
}