diff --git a/docs/panresponder.html b/docs/panresponder.html index cccd4531643..0794ac35a20 100644 --- a/docs/panresponder.html +++ b/docs/panresponder.html @@ -46,7 +46,7 @@ normal event.
A gestureState object has the following:
To see it in action, try the -PanResponder example in UIExplorer
@param {object} config Enhanced versions of all of the responder callbacks +PanResponder example in UIExplorer
@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