Sign inSign up

hmerritt/android-sdk

By hmerritt

Updated about 1 month ago

Build react-native (and Expo) apps with android-sdk.

Image
1

3.1K

hmerritt/android-sdk repository overview

Android SDK in Docker

Build Android react-native apps with android-sdk.

eas-cli is included to build Expo apps.

Docker hub image: hmerritt/android-sdk

Setup locally

  1. Create a docker-compose.yml file in your project directory.
  2. Run docker compose up -d to fetch and run the hmerritt/android-sdk Docker image
  3. Open a shell within the running container docker exec -it app-app-build-1 bash
  4. Run your build commands and have fun :)
version: '3.1'

services:
  app-build:
    image: hmerritt/android-sdk:latest
    network_mode: "host"
    restart: on-failure
    volumes:
      - ./:/project/app

Tag summary

Content type

Image

Digest

sha256:ece81d30c

Size

1.3 GB

Last updated

about 1 month ago

docker pull hmerritt/android-sdk