0.0.1 • Published 3 months ago

@dev-plugins/react-native-mmkv v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@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();
  /* ... */
}
0.0.1

3 months ago