Movie App

Install

Install dependencies

$ yarn install

Duplicate .env.sample to .env and define properties.

IOS specific

$ npx pod-install ios

Running

$ npx react-native start

And in other terminal:

$ npx react-native run-ios --simulator="iPhone 5s"
$ npx react-native run-android