diff --git a/releases/next/docs/panresponder.html b/releases/next/docs/panresponder.html index 96d34847beb..8a1f72f3c78 100644 --- a/releases/next/docs/panresponder.html +++ b/releases/next/docs/panresponder.html @@ -47,7 +47,7 @@ native event object:

onPanResponderMov <View {...this._panResponder.panHandlers} /> ); },

Working Example #

To see it in action, try the -PanResponder example in UIExplorer

Methods #

static create(config) #

@param {object} config Enhanced versions of all of the responder callbacks +PanResponder example in UIExplorer

Methods #

static create(config) #

@param {object} config Enhanced versions of all of the responder callbacks that provide not only the typical ResponderSyntheticEvent, but also the PanResponder gesture state. Simply replace the word Responder with PanResponder in each of the typical onResponder* callbacks. For