Here is my dropdown related code. Not able to see console messages.
hideDoneBar={false}
placeholder={{ label: 'All', value: 'All' }}
placeholderTextColor={'black'}
items={this.state.List}
onValueChange={(value) => {
this.setState({
selectedOption: value,
});
}}
style={{
...pickerSelectStyles,
inputIOS: {
...pickerSelectStyles.inputIOS,
height: 40
}
}}
onOpen={() => console.log('open dropdown')}
onClose={() => console.log('open dropdown')}
value={this.state.selectedOption}
ref={(el) => {
this.inputRefs.picker2 = el;
}}
/>
You need to fill out the entire bug report. Just like it says on it.
If you are using android. Try set useNativeAndroidPickerStyle={false}