This commit is contained in:
2023-11-21 01:47:58 +03:00
parent ca519b4ce5
commit b86c7de22a
49 changed files with 1072 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "AppEntry.ts",
"scripts": {
"start": "expo start",
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"