Skip to content

Commit a24c872

Browse files
committed
Build Android test app for active arch only
1 parent bf747ca commit a24c872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0",
55
"scripts": {
66
"start": "react-native start",
7-
"android": "react-native run-android --no-packager",
7+
"android": "react-native run-android --no-packager --active-arch-only",
88
"build:android": "react-native bundle --entry-file index.js --platform android --dev true --bundle-output dist/main.android.jsbundle --assets-dest dist/res",
99
"ios": "react-native run-ios --no-packager",
1010
"pod-install": "cd ios && pod install",

0 commit comments

Comments
 (0)