GitXplorerGitXplorer
b

BlackNotes

public
21 stars
11 forks
1 issues

Commits

List of commits on branch master.
Unverified
e5a9113ae15de4cb859292d6959db8db87746ea5

auto detect links works

bbdougie committed 9 years ago
Unverified
d4d5d1f97afae0d1817558b4b207eedb62ecf50d

adds url handler module

bbdougie committed 9 years ago
Unverified
ddfcbdc78d7249b47d0042c693f118e1eda67df9

Merge branch 'master' into auto-detect-links

bbdougie committed 9 years ago
Unverified
00dbaaa72560584d2250b1b989cc1234703911d5

partially implement NSDataDetector

bbdougie committed 9 years ago
Unverified
13c69471a4a0990e7f84b93c5a2f6a5d8c58f25e

adds a way to hide keyboard

bbdougie committed 9 years ago
Unverified
e1ff02a4f3f74d9aed431bd83184a4d7fa6e421e

updates routes to remove blue buttons

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