BlackNotes icon indicating copy to clipboard operation
BlackNotes copied to clipboard

React Native note app

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