Answers for "react native download apk and run"

1

react-native make android apk

cd android && ./gradlew assembleRelease
Posted by: Guest on July-28-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

Browse Popular Code Answers by Language