Skip to content

Instantly share code, notes, and snippets.

@BenFausch
Created January 5, 2018 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenFausch/f53a6f4afd50f6d162f9e95ef0e22371 to your computer and use it in GitHub Desktop.
Save BenFausch/f53a6f4afd50f6d162f9e95ef0e22371 to your computer and use it in GitHub Desktop.
Assemble release for RN android
you'll need a keystore.properties file that is in the root of PROJECT/android
then put a .keystore file in android/app/ i.e. PROJECTNAME.keystore
in terminal, use the following command when in your main project folder:
cd android && ./gradlew assembleRelease
if you have the correct keystore.properties and .keystore file and your build works on a device in debug,
it should build for release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment