react-native-rich-editor
react-native-rich-editor copied to clipboard
`selectedIconTint` not set for color actions (foreColor and hiliteColor)
When working with foreColor and hiliteColor, the selected flag and tint color variable do not get updated when a color is selected. It would be nice to have those updated to at least show the selectedIconTint
that the other actions show. Additional it would be nice to get the color that was selected and update the tint color to the color that was selected.
I have created a fork with a working solution, I appears to be functional and solve the problem I was experiencing. I have provided a link in case anyone finds it useful.
thank sir