A 🐳 docker image for building ⚛ React Native Apps (Android only)
786
A 🐳 docker image for building ⚛ React Native Apps (Android only)
# The below will run the container and open up a bash session in side the container
$ docker run --rm -it -v /path/to/my/react-native-app:/app jaydp17/react-native-android:latest bash
# cd into the project
$ cd /app
# install npm modules
$ yarn
# Now cd into the android folder
$ cd android
# build the app
$ ./gradlew assembleRelease
Content type
Image
Digest
Size
1.8 GB
Last updated
almost 9 years ago
docker pull jaydp17/react-native-android