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
This commit is contained in:
parent
71676809d6
commit
29581a351f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue