Skip to content

Spinner gets stuck if visible changed too quickly (iOS) #83

Closed
@kimihiro64

Description

@kimihiro64

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions