We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b17b32 commit e086c86Copy full SHA for e086c86
Button.js
@@ -50,8 +50,7 @@ export default class Button extends Component {
50
testID={this.props.testID}
51
style={containerStyle}
52
accessibilityLabel={this.props.accessibilityLabel}
53
- accessibilityTraits="button"
54
- accessibilityComponentType="button">
+ accessibilityRole="button">
55
{this._renderGroupedChildren()}
56
</TouchableOpacity>
57
);
0 commit comments