/react-native-docker

Start a new React Native project in a Docker container

Primary LanguageDockerfile

Prerequisites

  • Make sure you have Docker installed.

Getting Started

  1. Copy .env.template file to .env
  2. Edit .env file and replace HOST_IP with your ip address
  3. Run $ ./develop_start and wait for the build to finish.
  4. Run $ expo init in your Docker environment.

Contributors