Fix Android APK Issues Phase 2
This commit is contained in:
20
app.json
20
app.json
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "roadtrip-dj",
|
||||
"scheme": "roadtripdj",
|
||||
"slug": "roadtrip-dj",
|
||||
"scheme": "roadtripdj",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
@@ -17,18 +17,30 @@
|
||||
"supportsTablet": true
|
||||
},
|
||||
"android": {
|
||||
"package": "com.eduardo12345122.roadtripdj",
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"edgeToEdgeEnabled": true,
|
||||
"edgeToEdgeEnabled": false,
|
||||
"predictiveBackGestureEnabled": false
|
||||
},
|
||||
"androidStatusBar": {
|
||||
"barStyle": "dark-content",
|
||||
"backgroundColor": "#ffffff",
|
||||
"translucent": false
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
},
|
||||
"plugins": [
|
||||
"expo-web-browser"
|
||||
]
|
||||
"expo-web-browser",
|
||||
"expo-secure-store"
|
||||
],
|
||||
"extra": {
|
||||
"eas": {
|
||||
"projectId": "df13cff2-46b7-4344-ba7e-c74c2a8b32f0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user