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
@@ -1,7 +1,7 @@
{
"name": "jubabox",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
@@ -15,7 +15,12 @@
"react-native": "0.74.1",
"react-dom": "18.2.0",
"react-native-web": "~0.19.10",
"@expo/metro-runtime": "~3.2.1"
"@expo/metro-runtime": "~3.2.1",
"expo-router": "~3.5.23",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"expo-linking": "~6.3.1",
"expo-constants": "~16.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"