mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
[RN][Accessibility] typo in onAccessibilityTap
This commit is contained in:
parent
551815c1cf
commit
c971aae676
@ -159,7 +159,7 @@ var View = React.createClass({
|
||||
* When `accessible` is true, the system will try to invoke this function
|
||||
* when the user performs accessibility tap gesture.
|
||||
*/
|
||||
onAcccessibilityTap: PropTypes.func,
|
||||
onAccessibilityTap: PropTypes.func,
|
||||
|
||||
/**
|
||||
* When `accessible` is true, the system will invoke this function when the
|
||||
|
Loading…
x
Reference in New Issue
Block a user