react-native-cn-richtext-editor icon indicating copy to clipboard operation
react-native-cn-richtext-editor copied to clipboard

Custom image icons, cant change selected image icon for toolbar

Open beisert1 opened this issue 4 years ago • 0 comments

On next branch when using the image component for our own icons on the toolbar, there does not seem to be an ability to set the selected icon. The selectedColor prop works for <Text> and vector-icons package but it would be ideal to allow the user to have a selected icon image as well if they want to use their own icon images.

iconArray: [{ toolTypeText: "bold", buttonTypes: "style", iconComponent: <Image source={icons.wysiwygBold} /> },

beisert1 avatar May 05 '20 19:05 beisert1