Open mrousavy opened 2 years ago
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.
I created a PR for it https://github.com/muchobien/flipper-plugin-react-native-mmkv/pull/12
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?