GitXplorerGitXplorer
b

BlackNotes

public
21 stars
11 forks
1 issues

Commits

List of commits on branch master.
Unverified
388cddf9923b194e4569b96586e3180242978bad

Update README.md

bbdougie committed 9 years ago
Unverified
374919c737540001acefcb826479e773098d8463

Merge branch 'master' of github.com:bdougie/BlackNotes

bbdougie committed 9 years ago
Unverified
9a538b334fa740136c6dfc3b25be11f11b10de10

adds clearer README

bbdougie committed 9 years ago
Unverified
806311d7d2171ad37429df26e442aa025890c121

adds ENV for firebaseurl

bbdougie committed 9 years ago
Unverified
4956df310df7f77e1563e82822606a872cca863a

updates shared note title

bbdougie committed 9 years ago
Unverified
092a2de7b858ca03decd173104bcc07b2163ebb3

changes share black notes display name

bbdougie committed 9 years ago

README

The README file for this repository.

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