From aa05040a324fd4047fe67d18d108249e2bb5132a Mon Sep 17 00:00:00 2001
From: Travis CI scrollX maps to
event.nativeEvent.contentOffset.x (event is normally the first arg to the
-handler), and pan.x maps to gestureState.dx (gestureState is the second
-arg passed to the PanResponder handler).
pan.x and pan.y map to gestureState.dx and gestureState.dy,
+respectively (gestureState is the second arg passed to the PanResponder handler).