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
main
Cart partially works on React Native. But there is some issue.
[zustand persist middleware] Unable to update item 'cart', the given storage is currently unavailable.
Right now, Our code doesn't know if it's running on the web or in a React Native app.
So that we can use @react-native-async-storage/async-storage to make sure our code works with AsyncStorage in React Native.
@react-native-async-storage/async-storage
Refer: pmndrs/zustand#394 (comment)
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report Checklist
main
branch of the repository.Overview
Cart partially works on React Native. But there is some issue.
Right now, Our code doesn't know if it's running on the web or in a React Native app.
So that we can use
@react-native-async-storage/async-storage
to make sure our code works with AsyncStorage in React Native.Refer: pmndrs/zustand#394 (comment)
Additional Info
No response
The text was updated successfully, but these errors were encountered: