Build react-native (and Expo) apps with android-sdk.
3.1K
Build Android react-native apps with android-sdk.
eas-cli is included to build Expo apps.
Docker hub image:
hmerritt/android-sdk
docker-compose.yml file in your project directory.docker compose up -d to fetch and run the hmerritt/android-sdk Docker imagedocker exec -it app-app-build-1 bashversion: '3.1'
services:
app-build:
image: hmerritt/android-sdk:latest
network_mode: "host"
restart: on-failure
volumes:
- ./:/project/app
Content type
Image
Digest
sha256:ece81d30c…
Size
1.3 GB
Last updated
about 1 month ago
docker pull hmerritt/android-sdk