Add missing backtick in PanResponder.js docs
Summary: Closes https://github.com/facebook/react-native/pull/11274 Differential Revision: D4268360 fbshipit-source-id: 8d92300830e4568de14350a539c11b8773c425c0
This commit is contained in:
parent
833961e05d
commit
fb4f71f4ac
|
@ -26,7 +26,7 @@ const currentCentroidY = TouchHistoryMath.currentCentroidY;
|
|||
* single-touch gestures resilient to extra touches, and can be used to
|
||||
* recognize simple multi-touch gestures.
|
||||
*
|
||||
* By default, `PanResponder` holds an `InteractionManager handle to block
|
||||
* By default, `PanResponder` holds an `InteractionManager` handle to block
|
||||
* long-running JS events from interrupting active gestures.
|
||||
*
|
||||
* It provides a predictable wrapper of the responder handlers provided by the
|
||||
|
|
Loading…
Reference in New Issue