To build a release version of your Android app:
$ cd your-app-folder
$ cd android && ./gradlew assembleRelease
You’ll need to set up signing keys for the Play Store, full documentation here: https://reactnative.dev/docs/signed-apk-android
To build a release version of your Android app:
$ cd your-app-folder
$ cd android && ./gradlew assembleRelease
You’ll need to set up signing keys for the Play Store, full documentation here: https://reactnative.dev/docs/signed-apk-android