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

Stop returning null when visible changes #84

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

kimihiro64
Copy link
Contributor

@kimihiro64 kimihiro64 commented Jul 19, 2019

Returning null wipes out the modal component, if the state changes too quickly this causes the modal to get stuck on the screen even between reloads. Better to let the modal handles its own visibility change.

This should fix #83 and may have positive impacts on #82 #72 and #61 (no guarantee on the latter ones).

Returning null wipes out the modal component, if the state changes too quickly this causes the modal to get stuck on the screen even between reloads. Better to let the modal handles its own visibility change.
PizzaLiu added a commit to PizzaLiu/react-native-loading-spinner-overlay that referenced this pull request Sep 19, 2019
@bboure
Copy link

bboure commented Dec 11, 2019

@niftylettuce Is this still maintained?

@niftylettuce niftylettuce merged commit a3aa63f into ladjs:master Feb 24, 2020
@niftylettuce
Copy link
Collaborator

Published as v1.1.0 to npm

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

Successfully merging this pull request may close these issues.

Spinner gets stuck if visible changed too quickly (iOS)
3 participants