beefe / react-native-picker

A Native Picker with high performance.
1.75k stars 786 forks source link

How can I dismiss the picker when press outside? #401

Open linhchelsea opened 4 years ago

oscar-gallog commented 4 years ago

Having the same problem, I got a project from a client and makes no sense that Picker is showing even if you go back in the navigation

Hel5ing commented 4 years ago

I used the Picker.hide(); in the backhandler to avoid that

Picker is showing even if you go back in the navigation

GreatAuk commented 4 years ago

add mask, https://github.com/beefe/react-native-picker/issues/392#issuecomment-545485249

govarthananve commented 2 years ago

Try with this https://github.com/beefe/react-native-picker/issues/162#issuecomment-376562920