
react-native-mmkv
mrousavy
⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
AI 简介
react-native-mmkv 是一个为 React Native 应用提供高性能本地键值存储的库,基于腾讯开源的 MMKV C++ 框架封装。它通过 JSI 和 NitroModules 实现零桥接、全同步的原生调用,支持字符串/布尔/数字/ArrayBuffer 的读写、多实例隔离、AES 加密及自定义存储路径,性能约为 AsyncStorage 的 30 倍。适用于对启动速度、高频读写或敏感数据本地缓存有严苛要求的移动端场景,如用户偏好设置、登录态管理、离线缓存等。
TypeScript
MIT License8.4k
Stars
339
Forks
32
Watchers
3
Issues
Star 增长
今日0
近 7 天0
近 30 天0
综合评分63.59
默认分支main