RNBlurModalView
RNBlurModalView copied to clipboard
The "finished" param in the animation completion block doesn't do what you think it does.
It tells you whether the animation completes, as in, it may be forced to end early and it's letting you know that. But you STILL want to do all the post-animation stuff. Remove the guard with finished.