[change] Touchable no default 'accessibilityRole'

This commit is contained in:
Nicolas Gallagher
2017-03-23 15:42:20 -07:00
parent 5d78c73e8c
commit d33aa3eee2
2 changed files with 0 additions and 2 deletions
@@ -31,7 +31,6 @@ var ensurePositiveDelayProps = require('./ensurePositiveDelayProps');
type Event = Object; type Event = Object;
var DEFAULT_PROPS = { var DEFAULT_PROPS = {
accessibilityRole: 'button',
activeOpacity: 0.85, activeOpacity: 0.85,
underlayColor: 'black' underlayColor: 'black'
}; };
@@ -65,7 +65,6 @@ var TouchableOpacity = React.createClass({
getDefaultProps: function() { getDefaultProps: function() {
return { return {
accessibilityRole: 'button',
activeOpacity: 0.2, activeOpacity: 0.2,
focusedOpacity: 0.7 focusedOpacity: 0.7
}; };