lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.74k stars 497 forks source link

Add ability to close the picker programmatically #449

Closed lauraascher closed 3 years ago

lauraascher commented 3 years ago

Is your feature request related to a problem? Please describe.
no

Describe the solution you'd like
I would like to be able to call close() or ref.close() for the picker

lauraascher commented 3 years ago

just kidding! I see that togglePicker has been added, which fixed my issue