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

Fix RCTModalHostViewController crash while presenting react-native modals #7423

Merged
merged 4 commits into from
Jan 18, 2022

Conversation

yogevbd
Copy link
Collaborator

@yogevbd yogevbd commented Jan 18, 2022

In some specific (and hard to reproduce) cases, RN modal presentation block tries to present a modal that is already presented in the hierarchy which caused that crash.

Addresses facebook/react-native#32366

@yogevbd yogevbd merged commit e7898c2 into master Jan 18, 2022
@yogevbd yogevbd deleted the fixDeclarativeModals branch January 18, 2022 21:43
yogevbd added a commit that referenced this pull request Jan 18, 2022
…dals (#7423)

In some specific (and hard to reproduce) cases, RN modal presentation block tries to present a modal that is already presented in the hierarchy which caused that crash.

Addresses facebook/react-native#32366
yogevbd added a commit that referenced this pull request Jan 18, 2022
…dals (#7423)

In some specific (and hard to reproduce) cases, RN modal presentation block tries to present a modal that is already presented in the hierarchy which caused that crash.

Addresses facebook/react-native#32366
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant