how to build androind apk in react native code example
Example 1: react-native android build 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