Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 626 Bytes

File metadata and controls

28 lines (19 loc) · 626 Bytes

Stories in Ready

GithubNoteTaker

Quick start

$ git clone https://github.com/anshumanf/GithubNoteTaker.git
$ cd GithubNoteTaker
$ npm install

To run the iOS app:

Open ios/AwesomeProject.xcodeproj and hit run in Xcode.

To run the Android app:

$ react-native run-android

Testing

iOS

$ xctool -project ./ios/GithubNoteTaker.xcodeproj -scheme GithubNoteTaker -sdk iphonesimulator9.0 -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0' test