MaximeD/docker-react-native

Production Build

Closed this issue · 1 comments

How to create a production build using this dockerfile.

Hello, you just have to follow the instructions from here: https://facebook.github.io/react-native/docs/signed-apk-android

Commands like

$ cd android
$ ./gradlew assembleRelease

will obviously have to be run from the container ;)