Closed cyril36 closed 9 months ago
It seems that I missed that issue, my bad. I'll be working on it right now.
Ok, the problem is not that onSlidingComplete is not being executed. It's just that an extra onValueChange is being executed. I'm gonna fix that.
@cyril36 fixed in version 7.0.7 along with a problem that caused multiple onChange events to be fired for the same value. Don't hesitate to provide feedback
I have tested it and it looks great! thank you for your fix
Describe the bug If i set both onValueChange and onSlidingComplete, onSlidingComplete does not seems to be executed when i release the button while i think it should be the latest event that would occur on top of onValueChange here is an example :
To Reproduce Here is the code to reproduce it https://snack.expo.dev/@cyril.moreau/sharcoux-slider-demo Expected behavior When the press is released the number should be 0
Please complete the following information: