Clean up -[RCTRootView cancelTouches] header docs
Summary: Just a little typo fixing and wording clean up around some header docs. Closes https://github.com/facebook/react-native/pull/14947 Differential Revision: D5398609 Pulled By: javache fbshipit-source-id: 3eb40ef3308130c1d28b2efc7bb64d493e98825b
This commit is contained in:
parent
50f200ba90
commit
78e2030e95
|
@ -112,8 +112,8 @@ extern NSString *const RCTContentDidAppearNotification;
|
|||
|
||||
/**
|
||||
* Calling this will result in emitting a "touches cancelled" event to js,
|
||||
* which effectively cancels all js "gesture recognizers" such as as touchable
|
||||
* (unless they explicitely ignore cancellation events, but noone should do that).
|
||||
* which effectively cancels all js "gesture recognizers" such as touchable components
|
||||
* (unless they explicitely ignore cancellation events, but no one should do that).
|
||||
*
|
||||
* This API is exposed for integration purposes where you embed RN rootView
|
||||
* in a native view with a native gesture recognizer,
|
||||
|
|
Loading…
Reference in New Issue