Skip to content

Commit 635c507

Browse files
author
Nathaniel Dsouza
authored
Fix typo
1 parent d9c25ed commit 635c507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Meteor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = {
6464
if (!options) options = Data._options;
6565

6666
if (!options.AsyncStorage) {
67-
const AsyncStorage = require('@react-native-community/async-storage');
67+
const AsyncStorage = require('@react-native-community/async-storage').default;
6868

6969
if (AsyncStorage) {
7070
options.AsyncStorage = AsyncStorage;

0 commit comments

Comments
 (0)