Initial commit

Generated by create-expo-app 2.3.5.
This commit is contained in:
DESKTOP-CIKBOTF\ChiefSoft
2024-05-18 15:24:12 -04:00
commit d689640f98
10 changed files with 14904 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"expo": {
"name": "JubaBox",
"slug": "JubaBox",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}