-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
mainbranch of the repository. - I have searched for related issues and found none that matched my issue.
Overview
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.
Refer: pmndrs/zustand#394 (comment)
Additional Info
No response