7

Plugin to control react-native-mmkv from Flipper

 2 years ago
source link: https://reactnativeexample.com/plugin-to-control-react-native-mmkv-from-flipper/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Flipper

Plugin to control react-native-mmkv from Flipper

Jan 24, 2022

1 min read

Flipper plugin for react-native-mmkv

This plugin allows you to control react-native-mmkv from flipper

Usage

Install the flipper plugin.

Simply search for ‘react-native-mmkv’ in the Plugin Manager in Flipper.

In your react-native App

yarn add -D react-native-flipper
yarn add react-native-mmkv-flipper-plugin
import { MMKV } from "react-native-mmkv";
import { useMMKVFlipper } from "react-native-mmkv-flipper-plugin";
const storage = new MMKV();

// add this line inside your App.tsx
useMMKVFlipper(storage);

Screenshot

GitHub

View Github

Previous Post

iOS UI implementation in React Native with gestures and animations

Next Post

Weather forecast with react native

You might also like...

This React Native plugin allows browsing popular React Native databases using Flipper built-in Databases plugin.
12 August 2021

Subscribe to React Native Example for Android and iOS

Get the latest posts delivered right to your inbox


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK