rnystrom / RNBlurModalView

Add depth to your alerts.
MIT License
830 stars 143 forks source link

RNBlurModalView beneath presented modal view #48

Open atfermin opened 10 years ago

atfermin commented 10 years ago

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?