Answers for "how to build androind apk in react native"

2

react-native android build apk

cd android
./gradlew assembleRelease
Posted by: Guest on May-18-2020
1

location of release apk in react native

For Windows 'cd android' and then run gradlew assembleRelease command , and find your signed apk under android/app/build/outputs/apk/app-release.apk
Posted by: Guest on December-16-2020

Browse Popular Code Answers by Language