We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c25ed commit 635c507Copy full SHA for 635c507
src/Meteor.js
@@ -64,7 +64,7 @@ module.exports = {
64
if (!options) options = Data._options;
65
66
if (!options.AsyncStorage) {
67
- const AsyncStorage = require('@react-native-community/async-storage');
+ const AsyncStorage = require('@react-native-community/async-storage').default;
68
69
if (AsyncStorage) {
70
options.AsyncStorage = AsyncStorage;
0 commit comments