From c971aae67613f2c061a94e17e5c8c256d4b7712b Mon Sep 17 00:00:00 2001 From: Chace Liang Date: Tue, 8 Sep 2015 10:09:29 -0700 Subject: [PATCH] [RN][Accessibility] typo in onAccessibilityTap --- Libraries/Components/View/View.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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