Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 815 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 815 Bytes

Github Notetaker

Example iOS application made using the github api on React Native 0.44.2

Course follows React Native Fundamentals course on Egghead.io by TylerMcGinnis.

Get Started

Global Installs

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

Project Installs

$ npm install
$ npm start

Build Project

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)