Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 480 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 480 Bytes

expo-docker

Dockerfile to build expo based react-native applications.

Container packaged with expo-cli and can start developing any expo react application.

docker pull sonyarouje/expo-buster or docker pull sonyarouje/expo-buster:<expo-cli-version>

VS Code Remote debugging I wrote a blog post about how to use VS Code to connect to a docker container and develop from a container.