app.json update to org

This commit is contained in:
Fhj0607
2026-04-25 14:16:37 +02:00
parent 9f214a9451
commit eb2daad077
3 changed files with 200 additions and 202 deletions

View File

@@ -5,8 +5,8 @@
"scripts": {
"postinstall": "patch-package",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},