Answers for "generating apk using react native cli"

1

react native release apk command

npx react-native run-android --variant=release
Posted by: Guest on December-16-2020
0

react native create apk

Place your terminal directory to android using:

cd android
)================
For Windows, 
  gradlew assembleRelease
)=================

)=================
For Linux and Mac OSX:

./gradlew assembleRelease
)==================
Posted by: Guest on May-11-2021

Code answers related to "generating apk using react native cli"

Code answers related to "Javascript"

Browse Popular Code Answers by Language