Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancelable Spinner not work #106

Open
JairoJB99 opened this issue Feb 1, 2021 · 4 comments
Open

Cancelable Spinner not work #106

JairoJB99 opened this issue Feb 1, 2021 · 4 comments

Comments

@JairoJB99
Copy link

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}
/>
@JairoJB99 JairoJB99 changed the title Cancelable Spinner Cancelable Spinner not work Feb 1, 2021
@Harshitha-syn
Copy link

Even I am facing the same issue.
<Spinner
visible={spinStatus}
textContent={'Loading...'}
cancelable={true}
/>

@imavipatel
Copy link

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}
/>

Did you find the solution?

@imavipatel
Copy link

Even I am facing the same issue.
<Spinner
visible={spinStatus}
textContent={'Loading...'}
cancelable={true}
/>

Did you find the solution?

@fukemy
Copy link

fukemy commented Aug 26, 2022

no solution here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants