A docker image with Android build enviroment for React Native.
Based on the excellent mingc/android-build-box docker image, with some components removed and others updated.
Yarn and NPM package managers. Ruby and Ruby Gems (latest). Fastlane and AWS CLI.
It includes the following components:
- Ubuntu 18.04
- Android SDK 29
- Android build tools 29.0.2
- extra-google-google_play_services
- Google API add-ons
- Constraint Layout
- Python 2, Python 3, PIP
- Node.js,
- NPM
- Yarn
- Ruby
- RubyGems
- Fastlane
- AWS Cli
The docker image is publicly automated build on Docker Hub based on the Dockerfile in this repo, so there is no hidden stuff in it. To pull the latest docker image:
docker pull thebiggerfish/react-native-build-image:latest
If you want to enhance this docker image or fix something, feel free to send pull request.