We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faefdb7 commit 810f330Copy full SHA for 810f330
components/SwipeListView.js
@@ -167,7 +167,8 @@ class SwipeListView extends PureComponent {
167
onRowPress: () => this.onRowPress(),
168
setScrollEnabled: enable => this.setScrollEnabled(enable),
169
swipeGestureBegan: () => this.rowSwipeGestureBegan(key),
170
- swipeGestureEnded: () => this.rowSwipeGestureEnded(key),
+ swipeGestureEnded: (swipeKey, data) =>
171
+ this.rowSwipeGestureEnded(key, data),
172
});
173
} else {
174
return (
0 commit comments