Answers for "buil apk 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

Browse Popular Code Answers by Language