first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-08-29 14:55:10 -04:00
parent e88bc2ca3c
commit 975ed05ad9
18 changed files with 2008 additions and 680 deletions
+24 -1
View File
@@ -1,6 +1,14 @@
{
"expo": {
"scheme": "acme",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"web": {
"bundler": "metro"
},
@@ -8,6 +16,21 @@
"expo-router"
],
"name": "HealthRader",
"slug": "HealthRader"
"slug": "healthrader-3wjzaetua4alnymmgw963",
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "14db5095-cca8-4161-94ca-85f219dd4050"
}
},
"android": {
"package": "com.chiefsoft.raderapp"
},
"ios": {
"bundleIdentifier": "com.chiefsoft.raderapp"
},
"owner": "chiefsoft"
}
}