inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

Fixed example code. It was missing a return block. #204

Closed ethanwillis closed 7 years ago

ethanwillis commented 7 years ago

Currently the example code gives errors because there is no return block. This patch fixes that.

noris666 commented 7 years ago

@ethanwillis Thx 4 your PR !