1 min readFeb 23, 2018
Hi,
Very nice explanation of pan handlers, but in your code the line containing `this.state.pan.setValue({ x:0, y:0})` is giving compile error. When I move it out of the PanResponder.create block, after releasing the pan responder and dragging again coordinates return back to initial values.