fix: stack with gesture enabled

This commit is contained in:
Michal Osadnik
2019-09-22 01:27:57 +02:00
parent e08ad8fe66
commit ac383821bf

View File

@@ -609,6 +609,7 @@ export default class Card extends React.Component<Props> {
nativeEvent: {
translationX: this.gestureUntraversed,
velocityX: this.velocityUntraversed,
state: this.gestureState,
},
},
]);