Demo app to go along with this blog post, which covers a potential implementation on making an offline first React Native + Meteor app.

Installation

  • Install Meteor
  • Install React Native
  • Clone repository

Running Meteor App

  • cd meteor/
  • meteor npm install
  • meteor

Running React Native App

  • cd react-native/
  • react-native run-ios OR react-native run-android