https://github.com/anushbmx/docker-react-native-android
Docker container for building Android React Native apps
https://github.com/anushbmx/docker-react-native-android
reactnative reactnative-android reactnativeandroid
Last synced: about 2 months ago
JSON representation
Docker container for building Android React Native apps
- Host: GitHub
- URL: https://github.com/anushbmx/docker-react-native-android
- Owner: anushbmx
- License: mit
- Created: 2017-08-16T05:51:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T20:06:15.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T15:45:19.196Z (3 months ago)
- Topics: reactnative, reactnative-android, reactnativeandroid
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker container for building Android React Native apps
Build on ubuntu 16.10
Contains the following android packages
### Android SDKs
* android-26
* android-25
* android-24
* android-23
* android-18
* android-16### Android build tools
* build-tools-26.0.1
* build-tools-26.0.0
* build-tools-25.0.3
* build-tools-25.0.2
* build-tools-25.0.1
* build-tools-25.0.0
* build-tools-24.0.3
* build-tools-24.0.2
* build-tools-24.0.1
* build-tools-23.0.3
* build-tools-23.0.2
* build-tools-23.0.1### Extras
* extra-android-m2repository
* extra-google-m2repository
* extra-google-google_play_servicesNode Version : 8.3.0
Yarn is added to save 15 precious seconds.
### Pull from Docker Hub
```
docker pull anushbmx/docker-react-native-android:latest
```### Build from GitHub
```
docker build -t anushbmx/docker-react-native-android github.com/anushbmx/docker-react-native-android
```### Run image
```
docker run -it anushbmx/docker-react-native-android bash
```### Use as base image
```Dockerfile
FROM anushbmx/docker-react-native-android:latest
```