Releases: meteorrn/meteor-react-native
Releases · meteorrn/meteor-react-native
2.0.4
Fix fatal bug from 2.0.2
which occurred for apps that called Meteor.connect
without the optional options parameter.
2.0.2
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
v2.0.1 Expose Accounts._hashPassword method
2.0.0
- 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