muchobien / flipper-plugin-react-native-mmkv

Plugin to control react-native-mmkv from Flipper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle numbers/booleans

mrousavy opened this issue · comments

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?

nice solution, i tried things but never thought about adding more columns, i will do it

any update on this?

I'd like to move this forward. Anyone has tips how to debug a flipper plugin?

Any update? 👀

It would be a very nice feature.