feat: proyecto Expo inicializado

This commit is contained in:
2026-05-22 15:06:00 -06:00
parent 1977ab55a6
commit d1a3a107c4
13 changed files with 8935 additions and 0 deletions

18
frontend/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "frontend",
"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
}