Open
Description
Sometimes picker does not respond on click.
When clicking the first time on picker it always responds properly. Then next clicks do not make picker to popup. On Android works well.
Reproduces on iOS emulator and device
Steps to reproduce the behavior:
Expected behavior
Expecting picker reacts on touches all time.
Screenshots
n/a
Additional details
- Device: iPhone7 or iPhone 11 (emulator)
- OS: iOS
- react-native-picker-select version: [e.g. 4.3.0]
- react-native version: 0.61.5
- react version: 16.9.0
Reproduction code sample
<View style={styles.row} >
<RNPickerSelect
placeholder={{}}
onValueChange={(value) => onValueChange(value)}
items={data}
style={{
...pickerSelectStyles,
iconContainer: {
top: 16,
right: 16,
},
placeholderColor: "#000000"
}}
Icon={() => {
return <Image style={styles.picker_img} source={{uri: 'arrow_drop'}} />;
}}
/>
</View>
Metadata
Metadata
Assignees
Labels
No labels