upd: build android

Deskripsi:
- build run android

No Issues
This commit is contained in:
amel
2025-03-13 10:56:59 +08:00
parent fe720fd5cb
commit 5bd65b4d3d
45 changed files with 944 additions and 2 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",
"test": "jest --watchAll",
"lint": "expo lint"