react-native-material-ui
react-native-material-ui copied to clipboard
Changing toolbar color when in searchable mode (react-native-material-ui)
I would like to change the search bar color which comes white every time. I have set the toolbar color by "style={{ container: {backgroundColor: theme.colors.primary}}}", but when click on the search icon, the search bar remains as white...