Fix minor typo in PanResponder
Summary: Replaces https://github.com/facebook/react-native/pull/4469 Closes https://github.com/facebook/react-native/pull/4487 Reviewed By: svcscm Differential Revision: D2713948 Pulled By: bestander fb-gh-sync-id: b072379ad99b8891168ce64defeebfaf5442e394
This commit is contained in:
parent
6579b705e9
commit
857dd59340
|
@ -56,7 +56,7 @@ var currentCentroidY = TouchHistoryMath.currentCentroidY;
|
|||
* - `dy` - accumulated distance of the gesture since the touch started
|
||||
* - `vx` - current velocity of the gesture
|
||||
* - `vy` - current velocity of the gesture
|
||||
* - `numberActiveTouches` - Number of touches currently on screeen
|
||||
* - `numberActiveTouches` - Number of touches currently on screen
|
||||
*
|
||||
* ### Basic Usage
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue