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

Dropdown icon style #452

Open muhammedakb opened 1 year ago

muhammedakb commented 1 year ago

Can you add styling and replacement for the dropdown icon?

For example, I want to rotate the default icon 180 degrees.

knightmate commented 1 year ago

There is one hack , make the default icon opacity 0 and put your custom icon using position:absolute

alexborton commented 1 year ago

How would you make the default icon opacity 0 @knightmate ? I can't see any styling for this

mateeusduarte commented 1 year ago

I have the same issue