Simple React Native application for testing dockerized work environment. The project has several branches which all have different flavour of the same project:
- expo - React Native with Full Featured Expo
- ejected - React Native with Ejected Expo
Additional software required on the HOST machine.
- Install XCode (Apple App Store)
- Install XCode CLI Tools:
xcode-select --install
- Android Studio
make bootstrap
After this, make sure all the varaibles in .env that have description that states 'Required:' properly filled.
# Build the image, instantiate a container
make src
# Trigger project setup for development
make develop
# Enter the development environment
make enter
# Run command inside the development environment
docker-compose exec app <command>