diff --git a/Libraries/Components/View/View.js b/Libraries/Components/View/View.js index bd5680805..7cb8d35f6 100644 --- a/Libraries/Components/View/View.js +++ b/Libraries/Components/View/View.js @@ -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