Meteor React Native Versions Save

Meteor client for React Native matching Meteor Spec

v2.1.0

3 years ago

This is the 2.1.0 update. Please note: this release contains several breaking changes.

New features:

  • Add useTracker (Credit @copleykj)

Breaking changes:

  • You may no longer use named imports for any property of the Meteor object (e.g. import {subscribe} from '@meteorrn/core'). Only the following named exports are available: { Accounts, withTracker, Mongo, packageInterface, ReactiveDict }.
  • You may no longer access Accounts as a property of Meteor (e.g. Meteor.Accounts), use the named import instead
  • Meteor.collection (lowercase c) has been removed

Minor changes:

  • "@react-native-community/netinfo" has been made optional

Bug fixes:

  • Remove dependency on a require cycle

v2.0.15

3 years ago

Just some minor fixes:

  • Update to the new AsyncStorage package (credit: @OlivierJM)

v2.0.14

3 years ago

Major Updates: None

Minor updates: None

Bug fixes:

  • Fix some code quality issues
  • Fix issue with removed observer

v2.0.13

3 years ago

Bug Fixes

v2.0.10-beta1

3 years ago

Convert Accounts.js from object to class

v2.0.9

3 years ago

v2.0.8

3 years ago

Version 2.0.8 of MeteorRN is here, and it adds some nice goodies!

Breaking Changes: None

@meteorrn/core:

  • Support for local/client-only Mongo collections (new Mongo.Collection(null))
  • Support for observe (MyCollection.find().observe)

@meteorrn/local: A new package that stores your collections locally

v2.0.7

3 years ago

v2.0.6

4 years ago

Suppress warnings related to componentWillMount.

v2.0.5

4 years ago

Quick update to README regarding "/websocket" on the connection URL.