react-native-picker-select icon indicating copy to clipboard operation
react-native-picker-select copied to clipboard

Android: App crashes when input is pressed

Open RaresM7373 opened this issue 3 years ago • 3 comments

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

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • react-native-picker-select version: [e.g. 4.3.0]
  • react-native version: [e.g. 0.56]
  • expo sdk version: [e.g. 38 or n/a]

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.

RaresM7373 avatar Sep 03 '21 10:09 RaresM7373

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

edem avatar Sep 24 '21 15:09 edem

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

karladler avatar Sep 26 '21 06:09 karladler

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.

crrobinson14 avatar Oct 22 '21 15:10 crrobinson14