/m_rn_boilerplate

This repository is a Meteor and React Native boilerplate

Primary LanguageJavaScript

Meteor and React Native

Getting started

  • Install Meteor
  • Install React Native

Running on iOS simulator

Note: You must be on a mac for this

  • Run "meteor" from the "MeteorApp" directory
  • Run "react-native run-ios" from the "RNApp" directory

Running on Android simulator

  • ... Still wondering how to ...