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
Thanks for posting your RNBlurModalView, very helpful!
The view will be updated after rotation finished(UIApplicationDidChangeStatusBarOrientationNotification), so the animation seems to jump a little bit.
I know the reason to postpone the update operation to the time when rotation finished is to re-generate the blur view (RNBlurView), but any idea to make it not so sharp? Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for posting your
RNBlurModalView
, very helpful!The view will be updated after rotation finished(
UIApplicationDidChangeStatusBarOrientationNotification
), so the animation seems to jump a little bit.I know the reason to postpone the update operation to the time when rotation finished is to re-generate the blur view (
RNBlurView
), but any idea to make it not so sharp? Thanks!The text was updated successfully, but these errors were encountered: