[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 `accessible` is true, the system will try to invoke this function
|
||||||
* when the user performs accessibility tap gesture.
|
* 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
|
* When `accessible` is true, the system will invoke this function when the
|
||||||
|
|
Loading…
Reference in New Issue