react-native-deck-swiper icon indicating copy to clipboard operation
react-native-deck-swiper copied to clipboard

added function to get gesterstate dx and dy when swiped

Open BJSam opened this issue 4 years ago • 2 comments

onSwiping gives x,y values but when horizontalSwipe or verticalSwipe is false x or y value will be zero. So, to get swipe direction when horizontalSwipe or verticalSwipe is false I have created a function which returns dx and dy from gestureState in onPanResponderMove.

BJSam avatar Jan 12 '21 13:01 BJSam

Please fix conflicts & remove console.log from the code.

webraptor avatar Oct 05 '22 05:10 webraptor

It's been some time since I worked on this stuff. ls verify and merge the branch merge_gesterState_dx_dy

BJSam avatar Oct 07 '22 18:10 BJSam