Answers for "make an apk using react native"

1

react-native make android apk

cd android && ./gradlew assembleRelease
Posted by: Guest on July-28-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