-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
iOS refresh control doesn't show up after initial pull to refresh #26350
Comments
same issue |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
This still occurs |
The same issue occurs on my side. As far as I can see, this PR describes the same behavior and should fix it: #27397, so hopefully this will be fixed with the next release. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
I ran the snack with expo 37, ran through the same steps, bug still happens. Unless 37 isn't on the latest RN version, this still happens |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
This appears to be fixed on expo v38! 🎉 |
On iOS, the refresh control won't show if the
refresh
prop changes outside of a manual pull to refresh.Steps To Reproduce
Describe what you expected to happen:
The refresh control should always show if
refreshing
is true.Snack, code example, screenshot, or link to a repository: https://snack.expo.io/@kingdaro/scrollview-refresh-control-bug
The text was updated successfully, but these errors were encountered: