Skip to content

Releases: meteorrn/meteor-react-native

2.0.4

15 May 02:46
d2492a2
Compare
Choose a tag to compare

Fix fatal bug from 2.0.2 which occurred for apps that called Meteor.connect without the optional options parameter.

2.0.2

11 May 20:57
11bbe38
Compare
Choose a tag to compare

Warning: This release contains a fatal bug for apps that use Meteor.connect without passing the optional options parameter. This issue is fixed in 2.0.3

This release allows setting a custom AsyncStorage implementation. This fixes an issue that prevented Expo developers from using this package as AsyncStorage from @react-native-community isn't supported.

Changelog:

  • Add the AsyncStorage config option. This is optional, if not set defaults to @react-native-community/async-storage peer dependency.

2.0.1

25 Apr 17:02
Compare
Choose a tag to compare
v2.0.1

Expose Accounts._hashPassword method

2.0.0

10 Mar 23:21
fcc78b0
Compare
Choose a tag to compare
  • cursoredFind is no longer an option. All .find() calls will return cursors (to match Meteor)
  • MeteorListView & MeteorComplexListView have been removed
  • CollectionFS has been removed
  • createContainer has been removed
  • Mixins (connectMeteor) have been removed
  • composeWithTracker has been removed
  • Use NetInfo from react-native-community