react-native-slider
react-native-slider copied to clipboard
Support multiple thumbs
Now we can pass an array to value
to achieve multiple thumbs.
thumbImage
accepts an array also - to override individual thumbs.
There's a new thumbView
property, that works like thumbImage
but supplies the whole thumb View.
An idea I took from @doctadre's PR, is better naming for the following props:
minimumTrackTintColor
is deprecated, use trackHighlightColor
maximumTrackTintColor
is deprecated, use trackColor
@danielgindi This feature would be great, where are we with it ?
It's just waiting for a merge!
@idealllee @RoshOne4 Can it be merged ?
@jeanregisser can we get this merged? Awesome feature.