GitXplorerGitXplorer
h

react-native-meteor

public
152 stars
8 forks
1 issues

Commits

List of commits on branch master.
Unverified
250d0f885dd0efe93f149092d8d5296311b09d4b

Fix broken link

hhharnisc committed 9 years ago
Unverified
0d9fc8c7ba33fadf4b2a7b8a89123ac2366005e3

Update README.md

hhharnisc committed 9 years ago
Unverified
def391188fbcc07d95cd2acfcc19a39ec33ec59c

Merge pull request #3 from chengt90/master

hhharnisc committed 9 years ago
Unverified
097787bab2ae97b0c1f87e12386d31f5dd9d62d5

Fixed "EXC_BAD_ACCESS" exception

committed 9 years ago
Unverified
e419cab8b1dddbfd8be97c94ff20851ecf0bc238

Merge pull request #2 from chengt90/patch-1

hhharnisc committed 9 years ago
Unverified
655ad356da80c655220cd2d3b7f03a5de53d09a2

Update README.md

hhharnisc committed 9 years ago

README

The README file for this repository.

Quick Start

UPDATE: A more clean example using the WebSocket polyfill can be found here https://github.com/hharnisc/react-native-meteor-websocket-polyfill

If you're interested in using the React Native bridge this is still a good example

Note this is an experiment, subject to change. Also here's a post breaking down in more detail what was done, and what is needed for a more smooth developer experience

http://hharnisc.github.io/2015/04/15/react-native-and-meteor.html

This works with the Meteor todos example project.

I'm using Objective-DDP to talk to Meteor (via DDP). The data is passed to the JS runtime with React Native's eventDispatcher.

$ npm install
$ pod install

Screen Shot