Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

bdougie/BlackNotes

Repository files navigation

Black Notes

A ReactNative note app

app example

SETUP

$ git clone https://github.com/bdougie/BlackNotes
$ npm install

Firebase

  • Create a firebase app at Firebase.com
  • Place firebase url on line 4 of App/Lib/Api.js

Xcode

  • Install Cocoapods:
$ cd ios/
$ gem install cocoapods
$ pod install
  • Open ios/BlackNotes.xcworkspace
  • Run simulator