Zustand persist with Expo GO #2411
Unanswered
Revaycolizer
asked this question in
General
Replies: 2 comments 7 replies
-
I think by default, even if zustand is combined with persist middleware, we still have to use some disk storage mechanism such as AsyncStorage or MMKV. |
Beta Was this translation helpful? Give feedback.
6 replies
-
I created a package called expo-zustland-persist. This one is compatible with react-native and expo. Here is the link => https://www.npmjs.com/package/expo-zustand-persist |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Zustand to handle state management in my expo project, however in development using expo go app, the state is handled successfully, when I exit expo go and open it again it redirects to the home page as the state is successfully present, but after building apk, opening the app, sign in ,exit the app and open it again a user has to sign in again, how can I fix this
Beta Was this translation helpful? Give feedback.
All reactions