react-native-element-dropdown
react-native-element-dropdown copied to clipboard
Changing the style of the selector
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!
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
Thanks!