react-native-element-dropdown icon indicating copy to clipboard operation
react-native-element-dropdown copied to clipboard

Changing the style of the selector

Open ka1ku opened this issue 1 year ago • 2 comments

Hello, I was wondering if there is any way of changing the style of the highlighted item. When I click on the item I want the highlight to match the style of the selected name. I've looked over the documentation a few times, and could not figure out how to do it. Thanks! IMG_3082

ka1ku avatar Sep 29 '24 18:09 ka1ku

Hello! The component does not have this prop. You can use the patch-package and define the style yourself. I don't think this package still supported...

UPD: You may use itemContainerStyle and activeColor: 'transparent' props for this one

SunShate avatar Sep 30 '24 14:09 SunShate

Thanks!

ka1ku avatar Sep 30 '24 18:09 ka1ku