Y
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
ammarahmed6506
2279 days ago
Yes its a replacment, a very fast one with all datatypes support, not only strings.
link
laex
2279 days ago
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!
link
ammarahmed6506
2279 days ago
MMKV is pretty straight forward, you can use it very easily on obj c or java only. Check the native code on the repo.
link