@react-native-ohos/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
82 lines (80 loc) • 2.28 kB
JSON
{
"name": "@react-native-ohos/react-native-mmkv-storage",
"version": "0.11.3-rc.1",
"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": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc --watch"
},
"bin": {
"mmkv-link": "./autolink/postlink/run.js"
},
"files": [
"jest",
"MMKV",
"dist",
"harmony",
"*.js",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!harmony/oh_modules",
"!harmony/**/build",
"!harmony/**/oh_modules",
"!**/.*"
],
"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/ammarahm-ed/react-native-mmkv-storage"
},
"author": "Ammar Ahmed for @ammarahm-ed",
"license": "MIT",
"peerDependencies": {
"react-native": "*",
"react-native-mmkv-storage":"0.11.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@types/react": "18.3.1",
"@types/react-native": "0.73.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.0",
"jest": "^29.2.1",
"metro": "0.76.1",
"metro-react-native-babel-preset": "0.76.1",
"react": "18.3.1",
"react-native": "0.77.1",
"typescript": "^5.1.6",
"eslint": "^8.57.1",
"@react-native-community/eslint-config": "^3.2.0"
},
"harmony": {
"alias": "react-native-mmkv-storage"
}
}