Added: base expo installation

This commit is contained in:
2024-05-04 00:13:58 +02:00
parent 44dbf74f1c
commit 3a7b83b990
10 changed files with 14280 additions and 0 deletions

21
frontend/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "deguapp",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~50.0.17",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.6"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}