-
Notifications
You must be signed in to change notification settings - Fork 926
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Hi, before migrating to new architecture we were able to use ./gradlew assembleRelease
to create release APK, but now we have below options:
- ./gradlew bundleRelease && ./gradlew assembleRelease
- npx react-native run-android --mode release
The problem with 2nd approach is it creates heavier apk size(65.x mb) as compared to first approach(62.x mb) and it also looks for connected device to run the APK created.
I just wanted to know if there is any command with to just create the APK with react-native like npx react-native build-android --mode=release
(which create aab file) or if there is option we can use to change the output file as APK instead aab.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested