Sign inSign up

jaydp17/react-native-android

By jaydp17

Updated almost 9 years ago

A 🐳 docker image for building ⚛ React Native Apps (Android only)

Image
1

786

jaydp17/react-native-android repository overview

docker-react-native-android

A 🐳 docker image for building ⚛ React Native Apps (Android only)

Travis

Installed Packages
  • Open JDK 8
  • Gradle v3.3
  • Android SDK 23, 25 & 26
  • Android Build Tools 23.0.1, 25.0.2, 26.0.1
  • Android Tools (tools, platform-tools, extras)
  • Google Extras

How to use?

# 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

Tag summary

Content type

Image

Digest

Size

1.8 GB

Last updated

almost 9 years ago

docker pull jaydp17/react-native-android