Hacker News new | ask | show | jobs
by theyoungwolf 2279 days ago
can someone tell me what this is used for? Is this like a replacement for localstorage?
1 comments

Yes its a replacment, a very fast one with all datatypes support, not only strings.
Is it possible to use it at the native layer (objective-c / java )? My use case is for storing/reading info before react-native JS is bootstrapped. I've tried using AsyncStorage for that but the bindings for objective-c isn't straightforward at all!
MMKV is pretty straight forward, you can use it very easily on obj c or java only. Check the native code on the repo.