From 29581a351fe44917266998540ee6fc4d56503f14 Mon Sep 17 00:00:00 2001 From: Kevin Lacker Date: Wed, 19 Oct 2016 17:05:43 -0700 Subject: [PATCH] Fix one docs typo Summary: This typo was fixed in https://github.com/facebook/react-native/pull/7553 but the submitter (understandably) did not want to bother signing a CLA to fix a typo. This PR fixes that typo ;-) Closes https://github.com/facebook/react-native/pull/10467 Differential Revision: D4047319 Pulled By: ericvicenti fbshipit-source-id: 8183301b392b30c3df99be3a20c07cc58053bba0 --- docs/GestureResponderSystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GestureResponderSystem.md b/docs/GestureResponderSystem.md index 08bf4b270..62d0c92e9 100644 --- a/docs/GestureResponderSystem.md +++ b/docs/GestureResponderSystem.md @@ -55,7 +55,7 @@ If the view is responding, the following handlers can be called: + `pageX` - The X position of the touch, relative to the root element + `pageY` - The Y position of the touch, relative to the root element + `target` - The node id of the element receiving the touch event - + `timestamp` - A time identifier for the touch, useful for velocity calculation + + `timeStamp` - A time identifier for the touch, useful for velocity calculation + `touches` - Array of all current touches on the screen ### Capture ShouldSet Handlers