LibraryActive

react-native-mmkv

The fastest key/value storage for React Native, ~30x faster than AsyncStorage.

Open source page ↗

Product features

Product features

Customizable Storage Location

Customize the root path of the MMKV storage.

Encryption

Encryption support for secure storage with AES-128 or AES-256.

Fast Performance

Approximately 30x faster than AsyncStorage.

Multi-process Support

Support for multi-process mode to share data between apps and extensions.

Multiple Instances

Support for multiple instances to separate user data from global data.

Native Module

Implemented as a native module using JSI and TurboModule.

React Hooks API

Easy to use React Hooks API for state management.

React Native Support

Designed for React Native applications.

Synchronous API

Fully synchronous calls, no async/await, no Promises, no Bridge.