Replies: 1 comment 1 reply
-
While we don't use MMKV for Ignite by default (since Expo doesn't support it), we do have an Ignite Cookbook recipe for it. Check it out: https://infinitered.github.io/ignite-cookbook/docs/MigratingToMMKV |
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 had a problem in my project with the limitation of AsyncStorage that led to crashes, also it was really slow, but when I moved to MMKV all become really quick and stable.
I used this library https://github.com/ammarahm-ed/react-native-mmkv-storage
Beta Was this translation helpful? Give feedback.
All reactions