diff --git a/Libraries/Components/Picker/PickerAndroid.android.js b/Libraries/Components/Picker/PickerAndroid.android.js index 2cc1b4e9aab..8dc5114d523 100644 --- a/Libraries/Components/Picker/PickerAndroid.android.js +++ b/Libraries/Components/Picker/PickerAndroid.android.js @@ -107,6 +107,7 @@ class PickerAndroid extends React.Component { selected: this.state.initialSelectedIndex, testID: this.props.testID, style: [styles.pickerAndroid, this.props.style], + accessibilityLabel: this.props.accessibilityLabel, }; return ;