-
Notifications
You must be signed in to change notification settings - Fork 173
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
Spinner not hiding when using with alert #61
Comments
I will suggest you try to wrap "alert" with setTimeout(). setTimeout(() => { |
@Daky I have put the setTimeout and its still not working |
The above solution is working on iOS. Thanks for your help. The problem is with react native |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, Having an issues if I display the spinner and then call my api, when I get back the result from the api I change my state to hide the spinner. The problem is that if I show an alert to display the error the spinner doesnt hid. It just keeps spinning and cant cancel or anything.
Here is my code
Can some one please let me know what I am doing wrong? if i dont have the alert the spinner seems to behave correctly. Thanks in advance
The text was updated successfully, but these errors were encountered: