react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

fix: remove additional onchange event in onStopTrackingTouch

Open draggie opened this issue 5 months ago • 0 comments

Summary:

closes #569 In Seekbar overriden method onStopTrackingTouch was emitting two events - which might caused unwanted emission of onValueChange, removing this seems to not break any logic or behaviour but fixes the problem described.

Test Plan:

I have ran the example app on old arch and all examples seems to work correctly

draggie avatar Aug 29 '24 09:08 draggie