GitXplorerGitXplorer
b

BlackNotes

public
21 stars
11 forks
1 issues

Commits

List of commits on branch master.
Unverified
1d146fa8064365c8a25c453fbb823ba51b30f133

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

bbdougie committed 9 years ago
Unverified
ac86cc15016a103b038062f1cbf90658b48782d9

removes unused function

bbdougie committed 9 years ago
Unverified
bb97054965cc9d8d3c46052b0954efb38e84b63e

working 3rd party note

bbdougie committed 9 years ago
Unverified
4b7bc7136df6b851d4091a55b40a9623ba74f01a

adds a firebase

bbdougie committed 9 years ago
Unverified
f44906503aeace994f86b47fb6b1100d8e714991

adds ext

bbdougie committed 9 years ago
Unverified
fe3a7a4683c5bde3e79b7bfa5d761954e459404f

adds note extension

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