/react-native-offline-first

React Native offline first with pouchdb

Primary LanguageJavaScript

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