Answers for "react native release apk without keystore"

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 "react native release apk without keystore"

Code answers related to "Javascript"

Browse Popular Code Answers by Language