We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f9101 commit a015454Copy full SHA for a015454
js/PickerWindows.windows.js
@@ -93,7 +93,7 @@ class PickerWindows extends React.Component<
93
selectedIndex: this.state.selectedIndex,
94
testID: this.props.testID,
95
style: [styles.pickerWindows, this.props.style, this.props.itemStyle],
96
- accessibilityLabel: this.props.accessibilityLabel
+ accessibilityLabel: this.props.accessibilityLabel,
97
};
98
99
return (
0 commit comments