muchobien / flipper-plugin-react-native-mmkv

Plugin to control react-native-mmkv from Flipper
https://github.com/muchobien/flipper-plugin-react-native-mmkv
52 stars 3 forks source link

Handle numbers/booleans #5

Open mrousavy opened 2 years ago

mrousavy commented 2 years ago

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?

KROSF commented 2 years ago

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

itsramiel commented 2 years ago

any update on this?

pke commented 1 year ago

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

AZagatti commented 1 year ago

Any update? 👀

stachu2k commented 1 year ago

It would be a very nice feature.

ebrahimhassan121 commented 4 months ago

I created a PR for it https://github.com/muchobien/flipper-plugin-react-native-mmkv/pull/12