react-native-picker-select
react-native-picker-select copied to clipboard
[iOS] Pressing Done button triggers onClose callback
Describe the bug
The onDonePress should not trigger onClose callback
To Reproduce
Open Picker modal on iOS device Change selected value or do nothing Press the done button onDonePress and onClose callbacks are both triggered Expected behavior
onClose should not be called, it should be called on click outside only
Additional details
Device: any iPhone OS: iOS 13+ react-native-picker-select version: 8.0.4 react-native version: 0.63.3
Anything new on this issue?