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.75k stars 499 forks source link

Android not working with internal @react-native-picker/picker version over 1.9.11 #430

Open julianosbento opened 3 years ago

julianosbento commented 3 years ago

Describe the bug
With versions of @react-native-picker/picker over 1.9.11, the component, stop working on Android.

To Reproduce
Steps to reproduce the behavior:

  1. Install the package, at the latest version, this will be 8.0.4 and the dependency @react-native-picker/picker will be at 1.14.0 version
  2. Try to click on picker Android device or emulator, this will not work

Expected behavior
Picker usually needs to work normally.

Screenshots
With Bug Without Bug

Additional details

Reproduction and/or code sample
n/a

jabusir commented 3 years ago

Having this issue as well. Any leads?

NvIGA commented 3 years ago

same

ankushmittal87 commented 3 years ago

I am also facing the same issue. Picker is working fine in ios but having problem in android.

ktalaga commented 3 years ago

Have the same issue. Has anyone got it sorted?

DwsCode88 commented 2 years ago

Same issue on emulator