react-native-slider
react-native-slider copied to clipboard
Allow track to be pressed at a specific position to set the value of the slider
Picking up where #92 left off, this PR adds support for the slider being 'perusable', i.e. if the user taps on the slider track, the slider is set to the value at that position on the track.
This is opt-in behaviour via the trackPressable
prop, which is set to false
by default.
Thanks to @ajaswal for the original PR!
Will the user be able to tap, hold and then continue to slide from there with this PR?
Will the user be able to tap, hold and then continue to slide from there with this PR?
@schumannd did you get an answer? or did you solve it?
@Ammarlio No and we ended up building it ourselves.