jeanregisser / react-native-slider

A pure JavaScript <Slider> component for react-native
MIT License
1.3k stars 571 forks source link

Adds minimum and maximum values that the thumb can slide to #124

Closed altaudio closed 6 years ago

altaudio commented 6 years ago

This PR adds two props to the component, minimumSlideValue and maximumSlideValue.

These values are the points at which the slider thumb can not be slid above or below.

We have published our version of the component here, give it a go!