react native generate apk instead of aab code example
Example: react native create apk
Place your terminal directory to android using:
cd android
)================
For Windows,
gradlew assembleRelease
)=================
)=================
For Linux and Mac OSX:
./gradlew assembleRelease
)==================