-
Notifications
You must be signed in to change notification settings - Fork 70
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
Async Storage has been extracted from react-native core and will be removed in a future release. #153
Comments
Thanks. Yeah...i have to find some cycles to clean this up, apply the myriad of changes that others have done to keep this working and move forward. |
Hello, here is a patch for async storage, if you use version 7 you have to remove async storage from pouchdb-react-native package and install it separately.
for version 7 run
and the async-storage install |
I will take a look at this soon. Thanks! |
Hello! Checking in because I have just stumbled on this error myself. Is there an update? |
Warning: Async Storage has been extracted from react-native core and will be removed in a future release It can now be installed and imported from '@react-native-async-storage/async-storage' instead of 'react-native'. See https://github.com/react-native-async-storage/async-storage
The text was updated successfully, but these errors were encountered: