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
AsyncStorageconfig option. This is optional, if not set defaults to@react-native-community/async-storagepeer dependency.