umhan35 / react-native-search-bar

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

Left Alignment of Placeholder Text? #93

Open joncursi opened 7 years ago

joncursi commented 7 years ago

The search icon and placeholder text are aligned center by default. Would be great if that could change to left-hand or right-hand alignment, depending on the use case. I.e. in Apple Maps, the search bar placeholder and icon is left-aligned:

img_2964

iRoachie commented 6 years ago

Not sure what's the best way to add this functionality into our current setup. Placeholder alignment isn't supported natively for UISearchBar. In the example your posted, they're using a UITextField and handling the UISearchBarDelegate.

This is definitely something I'd like to have in the library though. Any suggestion you have would be appreciated.

ocarreterom commented 6 years ago

I think in iOS 11 the placeholder is default left aligned.

mileung commented 5 years ago

A hack might be to just add spaces to the end of the placeholder text

maxgfr commented 4 years ago

+1