mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-30 17:33:21 +08:00
Fix View documentation typo
Summary: Fix typo in View component documentation. Closes https://github.com/facebook/react-native/pull/10097 Differential Revision: D3923619 Pulled By: davidaurelio fbshipit-source-id: ebe63eec8ebdb36cfa7e3f501a214b9e11b17aef
This commit is contained in:
committed by
Facebook Github Bot 6
parent
0abaaeead0
commit
295ee16430
@@ -97,7 +97,7 @@ const statics = {
|
||||
*
|
||||
* ### Synthetic Touch Events
|
||||
*
|
||||
* For `View` repsonder props (e.g., `onResponderMove`), the synthetic touch event passed to them
|
||||
* For `View` responder props (e.g., `onResponderMove`), the synthetic touch event passed to them
|
||||
* are of the following form:
|
||||
*
|
||||
* - `nativeEvent`
|
||||
|
||||
Reference in New Issue
Block a user