UNPKG

kutaisan-react-native-mmkv-storage

Version:

This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses [MMKV](https://github.com/Tencent/MMKV) by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion

42 lines (41 loc) 1.31 kB
{ "name": "kutaisan-react-native-mmkv-storage", "version": "0.6.2", "description": "This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses [MMKV](https://github.com/Tencent/MMKV) by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion users). Unlike other storage solutions for React Native, this library lets you store any kind of data type, in any number of database instances, with or without encryption in a very fast and efficient way.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "fast-storage", "react", "native", "asyncstorage", "async-storage", "mmkv-database", "mmkv-storage", "encrypted-storage", "encryption", "mmkv", "android", "ios", "key-value-storage", "database", "fast", "storage", "persist-storage", "secure-storage", "redux-persist-storage", "react-native-mmkv-storage" ], "repository": { "type": "git", "url": "https://github.com/kutaisan/react-native-mmkv-storage" }, "author": "Ammar Ahmed for @ammarahm-ed", "license": "MIT", "peerDependencies": { "react-native": "*" } }