ammarahm-ed / react-native-mmkv-storage

An ultra fast (0.0002s read/write), small & encrypted mobile key-value storage framework for React Native written in C++ using JSI
https://rnmmkv.now.sh
MIT License
1.56k stars 109 forks source link

[Doubt] - what’s the difference between this library and react-native-mmkv #337

Closed vaibhav-toddleapp closed 11 months ago

vaibhav-toddleapp commented 11 months ago

Hi, when we search for mmkv for react-native, usually two libraries are appearing on top of the results. one is this one. and another is : https://github.com/mrousavy/react-native-mmkv#readme So, what is the difference between these two? or its just two different implementations over the mmkv?

Also, what is default path on android/ios of storing these data?

Thanks.