fix(Slider): Fix issues with scrub and allowTouchTrack by CodeToTee · Pull Request #3203 · react-native-elements/react-native-elements

added 6 commits

September 16, 2021 12:31
…, and onSlidingComplete

- refactor to use useCallback rather than funcitons generated on every render
- fix test cases
- add new test cases for slightly better code coverage
This reverts commit ffca1af.

# Conflicts:
#	dist/Slider/Slider.js

@CodeToTee

- gesture handlers weren't receiving proper dx/dy values, so updated to save x0/y0 at start of gesture
- added default prop values to destructing at function entry

@CodeToTee

arpitBhalla pushed a commit that referenced this pull request

Mar 17, 2022

arpitBhalla pushed a commit that referenced this pull request

Mar 19, 2022

@arpitBhalla arpitBhalla linked an issue

May 21, 2022

that may be closed by this pull request