react-native-picker / picker

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

fix: android blur method #447

Closed slopez93 closed 1 year ago

slopez93 commented 1 year ago

React native version: 0.70.1

When open the picker calling pickerRef.current?.focus(); it works fine but when you want to close the modal and call on pickerRef.current?.blur(); it don't work on android.

I have override native currentFocus method to implement our own blur logic.

Naturalclar commented 1 year ago

:tada: This PR is included in version 2.4.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: