You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: iOS only (simulator and iPhone) (the same code works on Android)
Operating System: MacOS
I've done a little debugging on my end and it looks like the issue is with the presenting controller that the Alert is being attached to. When you set a timeout to Alert after the Modal has been fully removed the RCTPresentedViewControllermethod returns the UIViewController rather than the RCTModalHostView.
Not sure why it's functioning as it does, it doesn't crash or anything. It just locks up and the app is unusable.
The text was updated successfully, but these errors were encountered:
Description
What I did.
What I expected to happen
What actually happened
Reproduction
Sample project with reproduction case is here: https://github.com/jasonmerino/ModalAlertCombo
Additional Information
I've done a little debugging on my end and it looks like the issue is with the presenting controller that the Alert is being attached to. When you set a timeout to Alert after the Modal has been fully removed the
RCTPresentedViewController
method returns theUIViewController
rather than theRCTModalHostView
.Not sure why it's functioning as it does, it doesn't crash or anything. It just locks up and the app is unusable.
The text was updated successfully, but these errors were encountered: