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.