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

Android: App crashes when input is pressed #455

Open RaresM7373 opened 2 years ago

RaresM7373 commented 2 years ago

Describe the bug
On android when the inputs is touched the app crashes.

A clear and concise description of what the bug is.

To Reproduce
Open in android and touch the input.

Expected behavior

After I touch the input I should be able to see the items.

Screenshots
Add screenshots to help explain your problem. If screenshots aren't applicable to this issue, write "n/a".

Additional details

Reproduction and/or code sample
Provide a link to a reproduction of this issue on https://snack.expo.io or an explanation why you can not. Not including a snack link will result in a significant delay in our ability to address this issue.

edem commented 2 years ago

I get the same issue. Could any one help us?

karladler commented 2 years ago

I had this also a few times, with dynamic loaded options list. The error occurred also only the first time I started the app.

crrobinson14 commented 2 years ago

I believe this is the same issue reported here https://github.com/facebook/react-native/issues/31245. I resolved it the same way reported there, by upgrading React Native to >= 0.64.2.