react-native-search-header
react-native-search-header copied to clipboard
How to change the icon for the back button ?
In new version 0.3.0, you can change all icons color by setting the iconColor props.
if you want to change a specific icon color, then you can do this...
<SearchHeader iconColor = 'gray' iconImageComponents = {[{ name:hide, customStyle: { tintColor: 'blue' } }]}
The back icon name is 'hide'.