Answers for "how to make apk in react-native"

2

react native apk build

For windows, gradlew assembleRelease

For Linux, ./gradlew assembleRelease
Posted by: Guest on June-06-2021
2

react-native android build apk

cd android
./gradlew assembleRelease
Posted by: Guest on May-18-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 "how to make apk in react-native"

Browse Popular Code Answers by Language