webraptor / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
126 stars 81 forks source link

added function to get gesterstate dx and dy when swiped #47

Open BJSam opened 3 years ago

BJSam commented 3 years ago

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.

webraptor commented 1 year ago

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

BJSam commented 1 year ago

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