react-native-slider
react-native-slider copied to clipboard
fix: remove additional onchange event in onStopTrackingTouch
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