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
+21
View File
@@ -0,0 +1,21 @@
{
"name": "jubabox",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~51.0.8",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}