ralexandr / react-native-offline-first

React Native offline first with pouchdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Native-Offline-Fist

###This is a simple project to understand some concepts regarding react-native and offline-first apps

Let's start

Developed using

  • node v5.11.1

React native Refer to React Native to install react-native-cli.

Download the dependencies

npm install

Packager

sh ./node_modules/react-native/packager/packager.sh

Simulator

react-native run-ios --simulator="iPhone 6"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

React Native offline first with pouchdb


Languages

Language:JavaScript 53.4%Language:Objective-C 30.5%Language:Python 9.8%Language:Java 6.2%