react-native-MultiSlider
react-native-MultiSlider copied to clipboard
Return thumb to a specific value
There is a way to return dinamically a thumb to a specific value. Example, in a range of 14, 15, 16, 17... disable 14, so the user cant set the thumb to 14.
I've been using this.forceUpdate()
or setting a key to the component and changing it on a event. Tried to use onLeftSlidingComplete
but seems to not work.