From c609a6ff2b9c2022109c04afbb20fc6d3bfa6fbb Mon Sep 17 00:00:00 2001 From: Andrew Palm Date: Mon, 11 Jul 2016 22:02:39 -0400 Subject: [PATCH] Fix TouchableWithoutFeedback propTypes (#164) --- src/components/Touchable/TouchableWithoutFeedback.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Touchable/TouchableWithoutFeedback.js b/src/components/Touchable/TouchableWithoutFeedback.js index 08841157..b308309e 100644 --- a/src/components/Touchable/TouchableWithoutFeedback.js +++ b/src/components/Touchable/TouchableWithoutFeedback.js @@ -38,7 +38,7 @@ const TouchableWithoutFeedback = React.createClass({ propTypes: { accessible: View.propTypes.accessible, - aaccessibilityLabel: View.propTypes.accessibilityLabel, + accessibilityLabel: View.propTypes.accessibilityLabel, accessibilityRole: View.propTypes.accessibilityRole, /** * If true, disable all interactions for this component.