Skip to content

allanpaiste/react-native

Repository files navigation

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>

About

Dockerized react native development environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published