how to create the signed apk of react native app 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
)==================