From 0c5a242b03117676c450efafedaabef710e77ef5 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 13 Jul 2016 10:13:14 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/panresponder.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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