GithubHelp home page GithubHelp logo

muchobien / flipper-plugin-react-native-mmkv Goto Github PK

View Code? Open in Web Editor NEW
52.0 2.0 3.0 1.8 MB

Plugin to control react-native-mmkv from Flipper

Home Page: https://github.com/muchobien/flipper-plugin-react-native-mmkv

JavaScript 1.59% TypeScript 98.41%
flipper flipper-plugin react-native react-native-mmkv mmkv

flipper-plugin-react-native-mmkv's People

Contributors

krosf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

flipper-plugin-react-native-mmkv's Issues

IOS Support?

the plugin is unavailable on ios, still not supported?

Can i have 2 instances of initializeMMKVFlipper

Currently i need to have 2 storages one for apollo client and another one for zustand, but im facing the issue that just the apollo one is showing in the flipper app.

This is the code

if (__DEV__) { initializeMMKVFlipper({ state: apolloStorage, }); }
if (__DEV__) { initializeMMKVFlipper({ state: stateStorage, }); }

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?

Does not work with expo 48

Expo now includes flipper support in it's core. This makes the build fail when building with react-native-flipper dependency.

This package gets the flipper module from 'react-native-flipper', but in expo 48 projects this module will not be installed .

see expo flipper announcement.

Is there a way around this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.