Closed
Description
I'm using redux state to show/hide the spinner on applicable screens, and I have a few calls that return very quickly, causing state to reset around .5 seconds after spinner was shown. It gets stuck in iOS very similar to the problems between spinner and Modal and spinner and Alert, to the point where you have to kill the app because the loading overlay stays between app reloads. I can't add a timeout to firing the redux action because it causes a native invariant error, and I don't want to figure out how to fix my redux setup to allow delayed actions, it would be nice if the library could just handle the quick hide/show on its own.
Metadata
Metadata
Assignees
Labels
No labels