AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
320 stars 137 forks source link

How to adjust the backdrop shadow when list item is activated #11

Closed ALIFKI closed 3 years ago

ALIFKI commented 3 years ago

image try to change backdrop shadow in this dropdown like style of the opacity or the color

AdelRedaa97 commented 3 years ago

You can use renderCustomizedRowChild prop see example no 4 in examples/demo1.js you can change style of row if it's the selected one

krishnamrajumca commented 2 years ago

How to disable backdrop?