umhan35 / react-native-search-bar

The high-quality iOS native search bar for react native.
MIT License
866 stars 209 forks source link

implement view property `glassIconColor` to override the icons default color #175

Open michaelknoch opened 4 years ago

michaelknoch commented 4 years ago

We recently saw issues with the icon color in the search bar when using a device on ios 13 in dark mode. In our case the issue seems to be caused by overriding the textFieldBackgroundColor to white, which does not match the ios dark mode theming but it's a requirement of our app designs.

I think if there is an api to override the backgroundColor, than it makes sense to have an api to override the icon color as well. @umhan35 @iRoachie

Screenshot 2020-05-11 at 13 37 03

michaelknoch commented 4 years ago

any feedback on this @iRoachie @umhan35 ?

michaelknoch commented 3 years ago

hello @iRoachie ?