Meteor React Native Versions Save

Meteor client for React Native matching Meteor Spec

v2.8.1

1 month ago

What's Changed

Full Changelog: https://github.com/meteorrn/meteor-react-native/compare/v2.7.1...v2.8.1

v2.8.0-rc.0

4 months ago

This is an intermediate release for testing.

NPM Link: https://www.npmjs.com/package/@meteorrn/core/v/2.8.0-rc.0

v2.7.1

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/meteorrn/meteor-react-native/compare/v2.7.0...v2.7.1

v2.7.0

5 months ago

Get the release

npm registry link: https://www.npmjs.com/package/@meteorrn/core/v/2.7.0

Install via

$ npm install @meteorrn/[email protected]

What's Changed

New Contributors

Full Changelog: https://github.com/meteorrn/meteor-react-native/compare/v2.6.0...v2.7.0

v2.6.0

8 months ago

Get the releases

@meteorrn/core 2.6.0

npm registry link: https://www.npmjs.com/package/@meteorrn/core/v/2.6.0

Install via

$ npm install @meteorrn/[email protected]

@meteorrn/local 1.0.3

npm registry link: https://www.npmjs.com/package/@meteorrn/local/v/1.0.3

Install via

$ npm install @meteorrn/[email protected]

What's Changed

New Contributors

Full Changelog: https://github.com/meteorrn/meteor-react-native/compare/v2.5.0...v2.6.0

v2.5.0

11 months ago

What's Changed

Full Changelog: https://github.com/meteorrn/meteor-react-native/compare/v2.4.0...v2.5.0

v2.4.0

1 year ago

https://www.npmjs.com/package/@meteorrn/core/v/2.4.0

install via

npm install --save-exact @meteorrn/[email protected]

What's Changed

New Contributors

Full Changelog: https://github.com/meteorrn/meteor-react-native/compare/v2.3.0...v2.4.0

v2.3.0

2 years ago

This release is mostly bug fixes:

  • Fix some bugs in Tracker for people who code which accessed the Tracker API
  • Expose a new semi-public API on Meteor.ddp called eventInterface, which allows you to register DDP event handlers (using Meteor.ddp.eventInterface.on which persist regardless of disconnection from server or the changing of the underlying web socket

v2.2.0

2 years ago
  • Update tracker to use a file cloned from the latest Meteor tracker distribution instead of 6 year old package
  • Fix bug where withTracker wouldn't respond to change in props
  • Export useTracker so it can be imported the same way as withTracker
  • If an Accounts.onLogin callback is registered while the user is already logged in, the callback will now be executed immediately

v2.1.2-rc1

3 years ago

npm install --save @meteorrn/[email protected]