react-native-picker / picker

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

Add code to hide dropdown icon on Android #539

Open JoaoPLF opened 6 months ago

JoaoPLF commented 6 months ago

Hey, I didn't find a way to hide the arrow icon on Android and I tried to fix that by adding a dropdownIconVisible option

I haven't had the chance to work in detail with native code in RN, so please give me some feedback if my code needs improvement