fix config
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "HealthRader",
|
||||
"slug": "com-chiefsoft-raderapp",
|
||||
"scheme": "healthrader-app-scheme",
|
||||
"version": "1.1.0",
|
||||
"orientation": "portrait",
|
||||
@@ -10,28 +12,31 @@
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.chiefsoft.raderapp"
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"package": "com.chiefsoft.raderapp"
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png",
|
||||
"bundler": "metro"
|
||||
},
|
||||
"plugins": [
|
||||
"expo-router"
|
||||
],
|
||||
"name": "HealthRader",
|
||||
"slug": "healthrader-3wjzaetua4alnymmgw963",
|
||||
"extra": {
|
||||
"router": {
|
||||
"origin": false
|
||||
},
|
||||
"eas": {
|
||||
"projectId": "14db5095-cca8-4161-94ca-85f219dd4050"
|
||||
"projectId": "252a3215-2dcc-4d2d-a86d-b2e76b076993"
|
||||
}
|
||||
},
|
||||
"android": {
|
||||
"package": "com.chiefsoft.raderapp"
|
||||
},
|
||||
"ios": {
|
||||
"bundleIdentifier": "com.chiefsoft.raderapp"
|
||||
},
|
||||
"owner": "chiefsoft"
|
||||
"plugins": [
|
||||
"expo-router"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user