We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The problem
I have tried to upgrade from [email protected] to [email protected]
[email protected]
This is the error I have when starting my application after the upgrade:
Module not found: Can't resolve 'react-native-web/dist/exports/AsyncStorage' in '/home/dka/test-native/node_modules/expo/build/Notifications'
How to reproduce
Steps to reproduce:
AsyncStorage
Expected behavior
It should work
Environment (include versions). Did this work in previous versions?
The text was updated successfully, but these errors were encountered:
It was removed intentionally
https://github.com/necolas/react-native-web/releases/tag/0.12.0
It's now a community module
react-native-async-storage/async-storage#52
Sorry, something went wrong.
So what's the fix for this? install react-native-community/async-storage directly?
react-native-community/async-storage
No branches or pull requests
The problem
I have tried to upgrade from
[email protected]
to[email protected]
This is the error I have when starting my application after the upgrade:
How to reproduce
Steps to reproduce:
AsyncStorage
and try to upgrade from 0.11.7 to 0.12.0Expected behavior
It should work
Environment (include versions). Did this work in previous versions?
The text was updated successfully, but these errors were encountered: