umhan35 / react-native-search-bar

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

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

Closed michaelknoch closed 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

closing in favor of #175