You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 .
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
The text was updated successfully, but these errors were encountered: