relesed commnd react antive andtrodui code example
Example 1: react-native make android apk
cd android && ./gradlew assembleRelease
Example 2: 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