[RN][Accessibility] typo in onAccessibilityTap

This commit is contained in:
Chace Liang 2015-09-08 10:09:29 -07:00
parent 551815c1cf
commit c971aae676
1 changed files with 1 additions and 1 deletions

View File

@ -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