flipper-plugin-react-native-mmkv icon indicating copy to clipboard operation
flipper-plugin-react-native-mmkv copied to clipboard

Handle numbers/booleans

Open mrousavy opened this issue 2 years ago • 6 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?

mrousavy avatar Mar 15 '22 09:03 mrousavy

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

KROSF avatar Mar 16 '22 14:03 KROSF

any update on this?

itsramiel avatar Jul 06 '22 10:07 itsramiel

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

pke avatar Nov 03 '22 14:11 pke

Any update? 👀

AZagatti avatar Mar 30 '23 20:03 AZagatti

It would be a very nice feature.

stachu2k avatar Jul 12 '23 07:07 stachu2k

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

ebrahimhassan121 avatar Apr 26 '24 16:04 ebrahimhassan121