Answers for "compile app react native to apk"

1

react-native make android apk

cd android && ./gradlew assembleRelease
Posted by: Guest on July-28-2020
-1

how to make apk in android studio reac native

$ keytool -genkey -v -keystore my-release-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000
Posted by: Guest on June-30-2020

Code answers related to "compile app react native to apk"

Browse Popular Code Answers by Language