Skip to content

Commit

Permalink
chore: default android watch script to Expo Go
Browse files Browse the repository at this point in the history
We're currently working in the constraints of Expo Go's supported native modules, and Expo Go is significantly faster than Development Build.

This change drops build times from up to ~20 minutes to just a minute

Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Sep 12, 2024
1 parent 96bde5b commit ee396e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build:web": "npm run prebuild:common && expo export --platform=web",
"watch:common": "shadow-cljs watch app",
"watch:web": "expo start --web",
"watch:android:expo": "expo run:android",
"watch:android:expo": "expo start --android",
"dev-test-android-build": "react-native bundle --dev false --platform android --entry-file app/index.js --bundle-output ./android/app/src/main/assets/index.android.bundle --assets-dest ./android/app/src/main/res/",
"dev-test-android-run": "./gradlew assembleDebug",
"android": "expo run:android",
Expand Down

0 comments on commit ee396e9

Please sign in to comment.