Skip to content

Commit 0b4e3ea

Browse files
committed
use bundleRelease to build optimized android bundle
1 parent acf2416 commit 0b4e3ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "react-native start",
77
"android": "react-native run-android",
88
"clean": "cd android && ./gradlew clean",
9-
"android-build-release": "cd android && ./gradlew assembleRelease",
9+
"android-build-release": "cd android && ./gradlew bundleRelease",
1010
"test": "jest",
1111
"lint": "eslint ."
1212
},

0 commit comments

Comments
 (0)