Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.12 KB

Experiment: React Native

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

Requirements

Additional software required on the HOST machine.

For Development

For Simulators & AdHoc Testing on Device

  • Install XCode (Apple App Store)
  • Install XCode CLI Tools: xcode-select --install
  • Android Studio

Setup

make bootstrap

After this, make sure all the varaibles in .env that have description that states 'Required:' properly filled.

Install

# 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>