Skip to content

Cancelable Spinner not work #106

Description

@JairoJB99

Hi, I have a problem when using the spinner and it is that I pass them the property "cancelable={true}" to be able to cancel the spinner when the back button of my mobile device is pressed, but it doesn't do it. I have tried to overwrite the back action with React Navigation 5 and change the value of "visible" to false but it didn't work.

<Spinner
         overlayColor={"rgba(0,0,0, 0.65)"}
         color={"red"}
         visible={this.state.globalFetchingStatus}
         cancelable={true}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions