Getting Started

Install npm dependencies.

$ npm i

Run dev version:

$ npm start

Run prod version:

$ npm run prod

Run deploy:

$ npm run deploy

Run tests:

$ npm test

If tests not working: facebook/react-native#910