-
Notifications
You must be signed in to change notification settings - Fork 473
AsyncStorage.setItem not working as expected on iOS #195
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
same error on IOS |
working import storage from 'redux-persist/lib/storage'; |
@jordangrant |
@krizzu genius. I removed all the |
Please checkout my comment about it here |
@jordangrant exactly same issue I had. worked for me too. amazing! I've pulled so much hair over it 👍 |
Current behavior
Async Storage not working with very basic use case. When I changed my import from using the extracted repo
import AsyncStorage from '@react-native-community/async-storage';
to the core repoimport AsyncStorage from 'react-native'
it works.Expected behavior
works
nothing was set to asyncstorage. SetItem failed.
Repro steps
above code
Environment
The text was updated successfully, but these errors were encountered: