antoniopresto / react-native-local-mongodb

react-native local mongodb storage.
MIT License
303 stars 66 forks source link

Fix AsyncStorage not being exported correctly #54

Closed harveyconnor closed 5 years ago

harveyconnor commented 5 years ago

It appears using the require('@react-native-community/async-storage').AsyncStorage causes issues as there's no constant being exported from AsyncStorage.

Change to fix this:

require('@react-native-community/async-storage').default