Skip to content

2.0.2

Choose a tag to compare

@not-ai-yet not-ai-yet released this 11 May 20:57
· 354 commits to master since this release
11bbe38

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.