CI/CD Works
All checks were successful
Build APK / build (push) Successful in 12m34s

This commit is contained in:
2026-04-22 00:39:01 +02:00
committed by BinarySandia04
parent e8e902119b
commit 96a9816e42
6 changed files with 229 additions and 51 deletions

View File

@@ -5,8 +5,8 @@
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
@@ -18,6 +18,7 @@
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"expo": "~54.0.33",
"expo-build-properties": "~1.0.10",
"expo-constants": "~18.0.13",
"expo-font": "~14.0.11",
"expo-haptics": "~15.0.8",