fix: fix vertical gesture

This commit is contained in:
satyajit.happy
2019-10-04 00:53:26 +02:00
parent 282b465ae1
commit a7c4a4d7cd

View File

@@ -648,8 +648,8 @@ export default class Card extends React.Component<Props> {
private handleGestureEventVertical = Animated.event([
{
nativeEvent: {
translationY: this.gesture,
velocityY: this.velocity,
translationY: this.gestureUntraversed,
velocityY: this.velocityUntraversed,
state: this.gestureState,
},
},