alantoa / react-native-awesome-slider

🚀 An anwesome <Slider/> that supports various features haptic, lottie, animation, ballon, etc.
MIT License
228 stars 28 forks source link

Wrong progress is displayed after minimumValue/maximumValue is changed #33

Closed layerok closed 1 year ago

layerok commented 1 year ago

You can see the bug in the video below.

Initially min.value is 0, and max.value is 100 I added 2 buttons. One button sets min.value = 50, and another does max.value = 50. After I click on one of these buttons, progress value will start to count incorrectly

https://user-images.githubusercontent.com/18424848/204944973-e142f862-5748-46e3-a086-1afb1b853a43.mp4