fix config

This commit is contained in:
CHIEFSOFT\ameye
2024-08-30 03:43:42 -04:00
parent 98b42ac0a3
commit d15d1f8af0
3 changed files with 29 additions and 23 deletions
+18 -13
View File
@@ -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"
]
}
}