Course follows React Native Fundamentals course on Egghead.io by TylerMcGinnis.
Install Xcode
*(If you've already installed node, skip these steps and go to Project Installs. Reinstalling node can create errors.)
Install Homebrew here
$ brew install node
$ brew install --HEAD watchman
$ brew install flow
$ npm install
$ npm start
Open Xcode
Open project from: /githubNotetaker/ios
Build Project *(Upgrading past 0.46 in React Native throws errors in Xcode build. Build Phase pathing must be updated for each branch as addressed here: facebook/react-native#14935)