-
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
App unresponsive on iOS 15 after enabling then disabling #112
Comments
I have the same issue here!!! It is like the modal still overlays over the screen, which makes it impossible to interact with it. |
Hey @josemojena did get a work around for the mentioned issue. |
Lol i just write native module then call SVProgressHUD..., forget this lib |
IMO just use and configure the build in ActivityIndicator for react-native. no point in using this library |
Has anyone found a solution? |
Same issue here, anyone found a solution for this ? |
After enabling the overlay by setting the visible prop to true, followed by setting visible to false, the spinner overlay appears and disappears as expected, however, after the spinner overlay disappears, the app is unresponsive. I'm guessing something to do with iOS 15 or possibly the latest version of react-native. Nothing is crashing. I haven't looked at the source code, however, my hunch is there is still an overlay on top of the screen to prevent any interaction with the app...
The text was updated successfully, but these errors were encountered: