React Native Meteor screenshot

React Native Meteor

Author Avatar Theme by Inprogress team
Updated: 20 Aug 2018
692 Stars

Meteor Reactivity for your React Native application :)

Categories

Overview

The react-native-meteor npm package provides Meteor-like methods for React Native, allowing developers to set up and maintain a ddp connection with a ddp server without having to do it manually. The library is designed to be fully compatible with React Native and assists React Native developers in syncing with Meteor documentation used with React.

Features

  • DDP Connection: Automatically sets up and maintains a ddp connection with a ddp server.
  • Compatibility: Fully compatible with React Native for seamless integration.
  • Meteor Documentation: Helps React Native developers in syncing with Meteor documentation for React.

Installation

To install react-native-meteor in your project, follow these steps:

  1. For RN > 0.49: npm install react-native-meteor@latest
  2. For RN > 0.45: npm install react-native-meteor@1.1.x
  3. For RN = 0.45: npm install react-native-meteor@1.0.6
  4. For RN < 0.45: npm install react-native-meteor@1.0.3

Make sure to use the appropriate version based on your React Native version.

Summary

react-native-meteor provides React Native developers with a convenient way to establish and maintain a ddp connection with a ddp server, eliminating the need for manual setup. The library ensures compatibility with React Native and assists developers in following Meteor documentation for React. With its seamless integration, developers can focus on building their applications without worrying about the underlying connection processes.