6 ms·
can someone tell me what this is used for? Is this like a replacement for localstorage?
by theyoungwolf 7y ago
can someone tell me what this is used for? Is this like a replacement for localstorage?
- ammarahmed6506 7y agoYes its a replacment, a very fast one with all datatypes support, not only strings.
- laex 6y agoIs 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!
- ammarahmed6506 6y agoMMKV is pretty straight forward, you can use it very easily on obj c or java only. Check the native code on the repo.