Hacker News new | ask | show | jobs
by laex 2276 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!
1 comments

MMKV is pretty straight forward, you can use it very easily on obj c or java only. Check the native code on the repo.