callstack / react-native-slider

React Native component exposing Slider from iOS and SeekBar from Android
MIT License
1.22k stars 270 forks source link

Exponential steps or varying step increases? #656

Closed Vimiso closed 1 month ago

Vimiso commented 1 month ago

Is it possible to add steps that are exponential, eg. 5,10,20,40. Or perhaps a custom array to define varying step values, eg. [5, 10, 20, 50]? Thanks

BartoszKlonowski commented 1 month ago

I believe this was already requested in #71, so I will close this as a duplicate. However, let me know if there's something I missed. Thank you!