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

0.0.1 • 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';


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

Readme

Keywords

Package Sidebar

Install

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

Weekly Downloads

273

Version

0.0.1

License

MIT

Unpacked Size

4.08 MB

Total Files

16

Last publish

Collaborators

  • kudochien