The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
MMKV is an efficient mobile key-value storage framework developed by WeChat. react-native-mmkv is a library that enables the use of MMKV in React Native applications with fast and direct bindings to the native C++ library accessible through a simple JS API.
$ npm install react-native-mmkv
MMKV provides a high-performance mobile key-value storage solution with encryption support, multiple instance support, and easy-to-use React Hooks API. react-native-mmkv library facilitates seamless integration of MMKV into React Native applications, offering fast and direct bindings to the native C++ library for efficient data storage and retrieval.