46 lines
1.1 KiB
JSON
46 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
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
} |