Initial commit

Generated by create-expo-app 3.5.3.
This commit is contained in:
dios.one
2026-04-15 09:36:13 +07:00
commit 2173a765c9
10 changed files with 8855 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"expo": {
"name": "Nova40",
"slug": "Nova40",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}