Flipper plugin for react-native-mmkv

Overview

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.

install plugin

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

view

You might also like...

šŸ” A view component for React Native with pinch to zoom and drag to pan functionality.

react-native-pan-pinch-view A view component for React Native with pinch to zoom and drag to pan functionality. šŸ‘‹ Introduction Even though the demo s

Oct 6, 2022

React Native, Typescript, Redux, Healthcare

React Native, Typescript, Redux, Healthcare

nicolab-app React Native project using Redux & typescript This project aims to be a solid foundation for React native applications. It provides a clea

Jun 7, 2022

Babel plugin and helper functions for interoperation between Node.js native ESM and Babel ESM

babel-plugin-node-cjs-interop and node-cjs-interop: fix the default import interoperability issue in Node.js The problem to solve Consider the followi

Nov 6, 2022

A JavaScript plugin for creating a tickerboard effect. Plugin for React or vanilla JS.

ticker-board A JavaScript plugin for creating a tickerboard effect. See the Ticker Board page for more info. Importing it There are basically two ways

Aug 11, 2022

Like JSX, but native and fast

Like JSX, but native and fast

esx High throughput React Server Side Rendering For a simplified example of esx in action, check out esx-demo. esx is designed to be a high speed SSR

Jan 2, 2023

Cloud Native, DevOps, GitOps, Open Source, industry news, culture, and the 'ish between.

Cloud Native, DevOps, GitOps, Open Source, industry news, culture, and the 'ish between.

DevOps'ish DevOps'ish is authored by Chris Short and Made in Michigan. What is DevOps? I'm glad you asked. Newsletter Writing Process Everyone needs a

Jan 12, 2022

An Electron app using NAPI-RS and a native Rust module to implement a Svelte store.

Svelte Store Written in Rust This repo shows a demo of an Electron app running a Svelte UI that reads and writes a Svelte store, but with a twist: the

Sep 20, 2022
Comments
  • Plugin not updating with changes in storage

    Plugin not updating with changes in storage

    When I set/update a key, it's not reflected in the plugin. I'm not sure if that's intentional, I thought it would work as both a viewer and as an updater

    opened by isonlaxman 0
  • disable in production mode by default

    disable in production mode by default

    Could you imagine adding support similar to @react-navigation/devtools so make the usage even simpler and not need to guard with DEV (which is not officially support by RN btw)

    opened by pke 0
  • Handle numbers/booleans

    Handle numbers/booleans

    Thanks for your awesome plugin!

    One thing that I'm missing here is that not all values are stored as strings. Sometimes we store numbers or booleans, but your Flipper Plugin always assumes strings (getString(..))

    Is there any chance you could maybe add two columns, one for number and one for boolean, and then try to read the values as number (getNumber(..)) or boolean (getBoolean(..)) as well?

    opened by mrousavy 3
  • Able to track underlying database without connecting via JS?

    Able to track underlying database without connecting via JS?

    https://github.com/muchobien/flipper-plugin-react-native-mmkv/blob/main/packages/react-native-mmkv-flipper-plugin/index.ts#L29

    My understanding is that it would be better to connect to the MMKV instance directly, perhaps using the Databases approach the Flipper documentation highlights, it might be more performant. https://fbflipper.com/docs/setup/plugins/databases/

    opened by henrymoulton 4
Hemsida fƶr personer i Sverige som kan och vill erbjuda boende till mƤnniskor pƄ flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo fƶr kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Next-level academia! Repository for the Native Overleaf project, attempting to integrate Overleaf with native OS features for macOS, Linux and Windows.

Native Overleaf Overleaf is a fantastic webtool for writing and cooperating on LaTeX documents. However, would it not be even better if it were to beh

Floris-Jan Willemsen 40 Dec 18, 2022
Uma aplicaĆ§Ć£o criada com react-native para armazenar as skills dos usuĆ”rios cadastrados.

SkillsClass AplicaĆ§Ć£o focada no gerenciamento de skills dos usuĆ”rios cadastrados. Uma aplicaĆ§Ć£o desenvolvida no ignite da Rocketseat com alguns toques

Carlos Ferreira 1 Dec 25, 2021
šŸ’¶ The package allows you accept payment using Lazerpay in your react native mobile app āš”ļø

Lazerpay Official react-native sdk Lazerpay SDK allows you accept payments easily in your react-native application Installation npm install lazerpay-r

LazerPay 28 Dec 24, 2022
A simple copy of the Reddit app using it's API in React Native

A simple copy of the Reddit app using it's API in React Native

Arthur 10 Nov 12, 2022
An easy to use Remix + React Native Web starter

remix-react-native-web-starter Using this template This template is based on the How to Setup React Native Web in a Remix project article Requisites:

Horus Lugo 39 Dec 5, 2022
Bitcoin thin client for iOS & Android. Built with React Native Google Colab

Run bluewallet-Google-Colab https://colab.research.google.com/drive/1OShIMVcFZ_khsUIBOIV1lzrqAGo1gfm_?usp=sharing Thin Bitcoin Wallet. Built with Reac

DE MINING 0 Feb 25, 2022
This is food delivery app i.e, Zomato ( React Native + Django )

Food-Delivery-App ( React Native + Django ) Changes you have to made to backend. In backend edit PaymentViews.py file and write your own Paytm MERCHAN

Sumit Singh 10 Dec 22, 2022
ChatBox is a WhatsApp Bussiness Clone that built with React Native & Expo

chatbox (...ongoing) ChatBox is a WhatsApp Business Clone built with React Native & Expo. UI (DARK MODE) UI (LIGHT MODE) Tech Stack used: FRONTEND Rea

Bentil Shadrack 22 Dec 19, 2022