react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.47k stars 277 forks source link

Center or right aligning the text in the dropdown menu #458

Open icsdevs opened 1 year ago

icsdevs commented 1 year ago

On Android, is it possible to apply textAlign: right to the text of the dropdown menu? Shown left aligned on the below screenshot.

image

Have tried everything I can think of from the documentation. Can change the background colour and the font colour but seemingly not the text alignment.

Thank you.

alexanderblackh commented 1 year ago

Was looking for this as well, couldn't find it, anyone know?

pablolucas890 commented 1 year ago

I think the RNCAndroidDropdownPicker returns a component with two itens (Text and Icon), so to edit this u need change the RNCAndroidDropdownPicker.

But, I dont have cartain, for moment you can try use paddingLeft (although its not correct in styliyng spacements)