umhan35 / react-native-search-bar

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

Change text color of Icons + Placeholder text #145

Open Quach90 opened 6 years ago

Quach90 commented 6 years ago

Is it possible to change the color of Icons (search and (X)) and placeholder text right now? You can change the color of pretty much everything else.

iRoachie commented 6 years ago

Will look into it

James-E-Adams commented 6 years ago

Hey @iRoachie! Thanks for a great component. Any chance this ever got looked at?

iRoachie commented 6 years ago

I looked at it but I think it’s a limitation of UISearchBar. The other apps that do it natively actually are a UITextfield that is using the UISearchBar Delegate. Eventually I will point persons to a fully javascript version of this that works the same way allowing more customization

James-E-Adams commented 6 years ago

Oh, you plan on removing the native code?

iRoachie commented 6 years ago

Not sure of the plan as yet, but it’s definitely easier to accomplish changes like this in JavaScript.