A project for udacity nanodegree final assignment
- Download npm packages
yarn install
- Install React Native Debugger. This project use React Native Debugger instead of Chrome. For ios, install this command.
$ brew update && brew cask install react-native-debugger
- Run ios simulator
yarn ios
- Run react native debugger
yarn debug