Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Unresponsive after opening picker #459

Open
Humad opened this issue Oct 8, 2021 · 2 comments
Open

iOS Unresponsive after opening picker #459

Humad opened this issue Oct 8, 2021 · 2 comments

Comments

@Humad
Copy link

Humad commented Oct 8, 2021

Describe the bug

Closing the picker (on iOS) causes screen to become unresponsive. This is because it uses a Modal underneath the hood. There is an issue with modals on iOS right now where they fail to close.
See facebook/react-native#32329

To Reproduce

Steps to reproduce the behavior:

  1. Open picker
  2. Select something
  3. Close picker
  4. App is now unresponsive (because there is a transparent modal overlay)

Expected behavior

App should continue to be responsive

Screenshots

Oct-07-2021 21-31-24
(Ignore the failed prop warning, that's for another thing)

Additional details

  • Device: iPhone 8 simulator
  • OS: iOS 14
  • react-native-picker-select version: 8.0.4
  • react-native version: 0.66
  • expo sdk version: 42

Reproduction and/or code sample

Unable to reproduce this on Snack. The issue only exists when the app is built by Xcode.
Still made a snack link: https://snack.expo.dev/RvLrL8GMv

@lahivee
Copy link

lahivee commented Oct 9, 2021

I have the same issue on RN 0.66. The app just freezes

@ricbermo
Copy link

This is an issue on RN
facebook/react-native#32450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants