-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeModule:AsyncStorage is null #8
Comments
I got the same problem on expo. The current version of sync-storage relies on '@react-native-community/async-storage', but '@react-native-community/async-storage' is not supported there! |
Same problem :( |
react-native link @react-native-community/async-storage 👍 |
Same problem here . any update ? |
Hey guys, |
anyone can help ? |
async componentWillMount(){ |
Hi ! Today i was discover sync storage and I got this error, the solution is replace "import AsyncStorage from "@react-native-community/async-storage" by "import AsyncStorage from "@react-native-async-storage/async-storage" (dont forget to download react-native-async-storage/async-storage and init SyncStorage in componentDidMount) |
No description provided.
The text was updated successfully, but these errors were encountered: