All Projects → spencercarli → react-native-meteor-offline-example

spencercarli / react-native-meteor-offline-example

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects
CSS
56736 projects

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/
  • npm install
  • react-native run-ios OR react-native run-android
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].