8000 GitHub - nic269/docker-react-native-android: Dockerhub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nic269/docker-react-native-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-react-native-android

Dockerhub

run docker

build docker image

docker build -t react-native-android:1.0 .

To enter the development environment

docker-compose run development

Inside container

/#> cd app
/app#> adb reverse tcp:8081 tcp:8081 # you'll need android > 5.1 for this
/app#> react-native start
/app#> react-native run-android

To open access container

docker exec -it reactnativeandroid_development_run_1 /bin/bash

or

docker exec -it <container_id> /bin/bash

To shut down the development container

docker-compose down -v

About

Dockerhub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0