This commit is contained in:
EthanShoeDev
2025-09-02 00:10:56 -04:00
parent dff29ae0a9
commit b57dbd9cf5
67 changed files with 956 additions and 841 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"
},