chengcyber / react-native-githubnote-app

react-native github note taker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

react-native github note taker

License:GNU General Public License v3.0


Languages

Language:JavaScript 84.3%Language:Objective-C 9.3%Language:Python 3.5%Language:Java 2.9%