react-native-picker-select
react-native-picker-select copied to clipboard
Dismiss the keyboard when the picker opens on android
Currently, we dismiss the soft keyboard when the picker opens, but only on iOS. This PR is trying to achieve the same behavior on Android, so both platform behavior is consistent.
Issue: https://github.com/lawnstarter/react-native-picker-select/issues/123
can you add tests?