UNPKG

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

26 lines (25 loc) 631 B
{ "include": ["memoryStore.ts"], "compilerOptions": { "baseUrl": "./", "jsx": "react-native", "module": "esnext", "moduleResolution": "node", "lib": ["es2017"], "declaration": true, "declarationMap": true, "outDir": "dist", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "pretty": true, "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "allowJs": true } }