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
The docs refer to a
thumbTintColorproperty 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
minimumTrackTintColorinstead ofthumbTintColor:https://github.com/alikazemkhanloo/react-native-reanimated-slider/blob/master/src/Slider.js#L370