xotahal / react-native-material-ui

Highly customizable material design components for React Native
MIT License
3.78k stars 611 forks source link

add icon in searchable mode #507

Open SarvaDev-123 opened 3 years ago

SarvaDev-123 commented 3 years ago

Please provide any props to add a custom icon inside in searchable mode. Can we change the arrow back icon with an arrow-forward icon when a search is active for left element

saurabh874 commented 2 years ago

add this I18nManager package in react-native and const SEARCH_FORWARD_ICON = I18nManager.isRTL ? 'arrow-back' : 'arrow-forward'; at line 37 in this file location node_modules/react-native-material-ui/src/Toolbar/LeftElement.react.js .

@xotahal @Ehesp can we this fixed in project?