feat: update .gitignore and configure platform-specific settings in app.json

This commit is contained in:
2025-12-20 23:21:19 +01:00
parent 03fa5fb853
commit 36e2cde26b
5 changed files with 13 additions and 3 deletions

View File

@@ -5,8 +5,8 @@
"main": "node_modules/expo/AppEntry.js",
"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": {