An open API service indexing awesome lists of open source software.

https://github.com/barelyhuman/docker-android

docker-image for react-android android and fastlane
https://github.com/barelyhuman/docker-android

android docker fastlane react react-native

Last synced: 3 months ago
JSON representation

docker-image for react-android android and fastlane

Awesome Lists containing this project

README

          

# docker-android

React Native Android Images with prebuild android and ruby binaries.

## Usage

You can either get the rolling release tag that get's updated dynamically if you like to play with fire or you can use date tagged images which you find in the
[packages section](https://github.com/barelyhuman/docker-android/pkgs/container/docker-android)

```yml
image: ghcr.io/barelyhuman/docker-android:latest
# or
image: ghcr.io/barelyhuman/docker-android:20220621
```

```sh
docker pull ghcr.io/barelyhuman/docker-android:latest
# or
docker pull ghcr.io/barelyhuman/docker-android:20220621
```

## Instructions
It just works as you'd expect it to

## LICENSE
[MIT](/LICENSE)