react-native-material-ui
react-native-material-ui copied to clipboard
Icons for Searchable toolbar not working when IconSet is changed in theme
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.