0.3.1 • Published 8 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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';
import { MMKV } from 'react-native-mmkv';

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

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

1 year ago

0.3.0

8 months ago

0.2.0

9 months ago

0.3.1

8 months ago

0.0.1

2 years ago