Skip to content

Commit d78e2a1

Browse files
authored
revert accessibility for custom picker (#643)
1 parent e9f8459 commit d78e2a1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/picker/index.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,7 @@ class Picker extends BaseComponent {
336336
const {value} = this.state;
337337
return (
338338
<View left>
339-
<Button
340-
{...this.getAccessibilityInfo()}
341-
{...customPickerProps}
342-
link
343-
onPress={this.handlePickerOnPress}
344-
testID={testID}
345-
>
339+
<Button {...customPickerProps} link onPress={this.handlePickerOnPress} testID={testID}>
346340
{renderPicker(value)}
347341
</Button>
348342
{this.renderExpandableModal()}

0 commit comments

Comments
 (0)