githuboftigran / rn-range-slider

A native slider with range
MIT License
237 stars 133 forks source link

Handle event start touchable change and end Touchable change event #22

Closed ghost closed 5 years ago

ghost commented 5 years ago

I thing you need add event when begin touch change value and end event when user finish change. My project http://passionui.com/ have used your component. and I want listen event for action begin and end change value range for disable scrollview

githuboftigran commented 5 years ago

@devswift2017 good point, will add today or tomorrow

ghost commented 5 years ago

yeah thanks :)

githuboftigran commented 5 years ago

Published 1.2.7 with onTouchStart and onTouchEnd events. Please add a comment in this thread in case of any problem.