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.