react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.49k stars 280 forks source link

How to programatically close when the mode is "dialog"? #420

Open SeongwoonHong opened 2 years ago

SeongwoonHong commented 2 years ago

Is there a way to close the dialog when I click the background overlay that's provided by this Picker? Right now, in order to close it, I have to select an item from the dialog. Thank you