diff --git a/src/components/Touchable/TouchableHighlight.js b/src/components/Touchable/TouchableHighlight.js index 79ed5dcc..a98ac8eb 100644 --- a/src/components/Touchable/TouchableHighlight.js +++ b/src/components/Touchable/TouchableHighlight.js @@ -31,7 +31,6 @@ var ensurePositiveDelayProps = require('./ensurePositiveDelayProps'); type Event = Object; var DEFAULT_PROPS = { - accessibilityRole: 'button', activeOpacity: 0.85, underlayColor: 'black' }; diff --git a/src/components/Touchable/TouchableOpacity.js b/src/components/Touchable/TouchableOpacity.js index 17ad3469..48ef07e8 100644 --- a/src/components/Touchable/TouchableOpacity.js +++ b/src/components/Touchable/TouchableOpacity.js @@ -65,7 +65,6 @@ var TouchableOpacity = React.createClass({ getDefaultProps: function() { return { - accessibilityRole: 'button', activeOpacity: 0.2, focusedOpacity: 0.7 };