react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

how to give shadow to thumb

Open nimabk82 opened this issue 8 years ago • 3 comments

nimabk82 avatar Jan 24 '17 07:01 nimabk82

Setting this:

{
    shadowOpacity: 0.3,
    shadowOffset: {
      width: 0,
      height: 0,
    },
}

To thumbStyle prop should do it.

EdenGottlieb avatar Aug 25 '17 20:08 EdenGottlieb

For Android you can also add elevation to thumbStyle.

waitopiggu avatar Apr 18 '18 10:04 waitopiggu

@EdenGottlieb and @waitopiggu can this thumbShadow be added for Android since I don't see then thumbStyle property in the Slider component. I see that property only in the web component.

Rajalakshmi001 avatar Feb 15 '22 00:02 Rajalakshmi001