react-native-material-ui icon indicating copy to clipboard operation
react-native-material-ui copied to clipboard

Icons for Searchable toolbar not working when IconSet is changed in theme

Open jordijansen opened this issue 5 years ago • 0 comments

I've changed my theme to use the MaterialCommunityIcons iconSet instead of the default. This however breaks the searchable toolbar because the icon arrow-forward and clear.

These icons are hardcoded into the LeftElement and RightElement of the Toolbar.

It would be nice if the icons can be changed by overriding a property or the icons in the Searchable component should always use the default IconSet instead of following the theme.

jordijansen avatar Mar 18 '19 12:03 jordijansen