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

add icon in searchable mode

Open SarvaDev-123 opened this issue 3 years ago • 1 comments

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

SarvaDev-123 avatar May 27 '21 11:05 SarvaDev-123

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?

saurabh874 avatar Nov 25 '21 10:11 saurabh874