react-native-deck-swiper
react-native-deck-swiper copied to clipboard
added function to get gesterstate dx and dy when swiped
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.
Please fix conflicts & remove console.log from the code.
It's been some time since I worked on this stuff. ls verify and merge the branch merge_gesterState_dx_dy