A ReactNative note app
$ git clone https://github.com/bdougie/BlackNotes
$ npm install
- Create a firebase app at Firebase.com
- Place firebase url on
line 4
ofApp/Lib/Api.js
- Install Cocoapods:
$ cd ios/
$ gem install cocoapods
$ pod install
- Open ios/BlackNotes.xcworkspace
- Run simulator