diff --git a/releases/next/docs/panresponder.html b/releases/next/docs/panresponder.html index 0f10f07118b..72cf9aa770c 100644 --- a/releases/next/docs/panresponder.html +++ b/releases/next/docs/panresponder.html @@ -1,4 +1,4 @@ -PanResponder – React Native | A framework for building native apps using React

PanResponder #

Edit on GitHub

PanResponder reconciles several touches into a single gesture. It makes +PanResponder – React Native | A framework for building native apps using React

PanResponder #

Edit on GitHub

PanResponder reconciles several touches into a single gesture. It makes single-touch gestures resilient to extra touches, and can be used to recognize simple multi-touch gestures.

It provides a predictable wrapper of the responder handlers provided by the gesture responder system.