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

Can't change thumb color

Open loureirorg opened this issue 2 years ago • 0 comments

The docs refer to a thumbTintColor property to change the thumb color, but it doesn't work.

The thumb color is always the same as minimumTrackTintColor.

I took a look at the code and can confirm the knob color is wrongly using minimumTrackTintColor instead of thumbTintColor: https://github.com/alikazemkhanloo/react-native-reanimated-slider/blob/master/src/Slider.js#L370

loureirorg avatar Mar 29 '22 02:03 loureirorg