-
Notifications
You must be signed in to change notification settings - Fork 472
Does react-native-async-storage v1.13.2 support react-native-windows 0.63? #490
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
Comments
Should I do manual linking react-native-async-storage v1.13.2 for windows or it should link automatically? Because I didn't make manual linking process |
@tido64 Info about my issue: All my dependencies: |
@tarasvakulka You need to go with manual linking, you can find the docs here |
I'm having the same issue and as I'm new to this, I wasn't able to link manually as @krizzu recommended. Can anyone help me? I`ve been looking for a solution for a week now, and I can't use AsyncStorage at all. |
I have the same question! |
It looks like this should work once #494 is merged and published. |
🎉 This issue has been resolved in version 1.13.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Does react-native-async-storage v1.13.2 support react-native-windows 0.63? Because I try to build on react-native-windows 0.63 via Visual Studio and get error: [@RNC/AsyncStorage]: NativeModule: AsyncStorage is null
"react-native": "0.63.2",
"react-native-windows": "^0.63.0-0",
"@react-native-async-storage/async-storage": "^1.13.2"
The text was updated successfully, but these errors were encountered: