avishain / react-native-range-slider-expo

Customizable range slider for react native apps
MIT License
29 stars 12 forks source link

initialLowValue and initialHighValue #2

Closed cdiaz closed 4 years ago

cdiaz commented 4 years ago

In addition to the min and max parameters, it should also be possible to set the start and end distance as initial values (initialLowValue initialHighValue) to programmatically set mode

avishain commented 4 years ago

It's possible now.