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
Hi, I call the RNBlurModalView on my viewDidLoad when the user is offline. It works fine on all views (they are pushed views), except for 1 modal view. The RNBlurModalView does not show on that presented view, but when I dismiss the view, the BlurModal is there, and cannot be dismissed. I tried presenting the RNBlur after a 5-second delay on viewDidLoad, but the behavior remains the same. Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi, I call the RNBlurModalView on my viewDidLoad when the user is offline. It works fine on all views (they are pushed views), except for 1 modal view. The RNBlurModalView does not show on that presented view, but when I dismiss the view, the BlurModal is there, and cannot be dismissed. I tried presenting the RNBlur after a 5-second delay on viewDidLoad, but the behavior remains the same. Am I missing something?
The text was updated successfully, but these errors were encountered: