mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-25 16:54:27 +08:00
fix: fix vertical gesture
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user