Commit fc27a7d2 authored by Tom Auty's avatar Tom Auty Committed by GitHub
Browse files

Merge pull request #115 from dozoisch/patch-1

fix issue with panResponder not being able to move
parents bf3f1c7c 99d4a85a
Showing with 1 addition and 0 deletions
+1 -0
......@@ -55,6 +55,7 @@ class Swipeout extends React.Component {
this.state.panResponder = PanResponder.create({
onStartShouldSetPanResponder: () => true,
onMoveShouldSetPanResponder: () => true,
onPanResponderGrant: () => {
let {
panX,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment