Y
Hacker News
new
|
ask
|
show
|
jobs
by
ammarahmed6506
2279 days ago
Yes its a replacment, a very fast one with all datatypes support, not only strings.
1 comments
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