@dev-plugins/react-native-mmkv
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@dev-plugins/react-native-mmkv

A React Native MMKV DevTool that can run in an Expo App

Installation

Add the package to your project

npx expo install @dev-plugins/react-native-mmkv

Integrate react-native-mmkv with the DevTool hook

import { useMMKVDevTools } from '@dev-plugins/react-native-mmkv';
import { MMKV } from 'react-native-mmkv';

const yourMmkvStorage = new MMKV({ id: 'any_id' });

export default function App() {
  useMMKVDevTools({ storage: yourMmkvStorage });
  /* ... */
}

Readme

Keywords

Package Sidebar

Install

npm i @dev-plugins/react-native-mmkv

Weekly Downloads

6,217

Version

0.2.0

License

MIT

Unpacked Size

5.22 MB

Total Files

16

Last publish

Collaborators

  • kudochien
  • brentvatne