/react-native-githubnote-app

react-native github note taker

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Github Note Taker

Dependency

  • redux
  • react-redux
  • redux-logger
  • redux-saga

Backend

Configure

from

{
  "rules": {
    ".read": "auth != null",
    ".write": "auth != null"
  }
}

to

{
  "rules": {
    ".read": true,
    ".write": true
  }
}

Usage

git clone https://github.com/kimochg/react-native-githubnote-app
cd react-native-githubnote-app
npm install (or yarn install as you like)
react-native run-ios

PS. Andriod Environment not tested

Screenshots