Adde files

This commit is contained in:
2024-08-28 09:25:29 -04:00
parent b852c3c2b9
commit c9d22120df
16 changed files with 1042 additions and 18 deletions
Regular → Executable
+7 -2
View File
@@ -2,6 +2,7 @@
"expo": {
"name": "JubaBox",
"slug": "JubaBox",
"scheme": "jubabox-app-scheme",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
@@ -23,12 +24,16 @@
"package": "com.chiefsoft.JubaBox"
},
"web": {
"favicon": "./assets/favicon.png"
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"extra": {
"eas": {
"projectId": "a7e626ae-4355-47ba-98f0-756c075dc288"
}
}
},
"plugins": [
"expo-router"
]
}
}