This commit is contained in:
fcarraUniSa
2026-02-27 20:59:45 +01:00
parent 6739d23ebe
commit 51f8b3229c
5 changed files with 551 additions and 15 deletions

View File

@@ -4,15 +4,18 @@
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"expo": "~54.0.33",
"expo-dev-client": "~6.0.20",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5"
"react-native": "0.81.5",
"react-native-webview": "^13.16.0"
},
"devDependencies": {
"@types/react": "~19.1.0",