An Ubuntu docker container with NodeJS and Android Sdk to help you build your react native applications using CI/CD.
For example this useful when using Docker executor with GitLab.
| Library/Tool | Version |
|---|---|
| Node | 16.14.0 |
| npm | 8.3.1 |
| Android API | 29 |
| Ubuntu | 20.04 (Focal) |
Feel free to pull this repository and build the Docker image yourself. If you don't want to do this, you can also pull a pre-compiled image from the Docker Hub.
In order to pull a pre-compiled image you can use the following command. This command will pull the latest version of the image.
docker pull r3dst0rm/node-androiddocker build -f Dockerfile -t <YOUR_TAG> .