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
+18
View File
@@ -0,0 +1,18 @@
{
"name": "nova40",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~54.0.33",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5"
},
"private": true
}