LuZhiquan / quick-meteor-react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Short example of connecting a React Native app to a Meteor App.

To Run

  • git clone https://github.com/spencercarli/quick-meteor-react-native.git
  • cd quick-meteor-react-native
  • open RNApp/ios/RNApp.xcodeproj
  • cd meteor-app && meteor
  • Press play in Xcode (or equivalent for Android)

Note to Android Users

Make sure that you change the host in the DDPClient initialization to the IP Address of your machine. For some reason localhost doesn't work on Android.

About


Languages

Language:Objective-C 49.6%Language:JavaScript 38.1%Language:Java 10.0%Language:HTML 2.3%