miblanchard / react-native-slider

A pure JavaScript <Slider> component for react-native and react-native-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thumb style changes on press

timoisalive opened this issue · comments

I am using an iOS style thumb style, as in the examples. I have set shadowOffset: { width: 0, height: 2 } and it works, but as soon as I press the thumb, the shadow offset height is gone and the thumb looks like shadowOffset: { width: 0, height: 0 }.

On Android, elevation works as expected.

@timoisalive Can you provide a full code example of your use case? It's hard to go off of just this information.