-
Notifications
You must be signed in to change notification settings - Fork 292
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
Refresh control indicator is not displayed on iOS #875
Comments
Same issue here :( |
Same issue as well, did anyone find a workaround? |
Same issue |
Same issue :( any advice how to deal with this? |
i changed
it worked now
|
I've noticed this issue as well, but this is not the correct repository for the bugreport as this seems to me to be an issue with React Native itself. Environment information:
Can confirm the issue is as described by PiotrBorowski, when mounting the screen component and triggering a loading state through Code for reproduction:
Screen.Recording.2024-05-16.at.15.17.19.mov |
For now you could add this workaround hook to your project, not ideal but it'll work.
This can be used as such in your components
|
We are having the same issue, and it does seem to be a react native problem facebook/react-native#35779 |
Working fine for me with recent unreleased fixes. (tested with 0.75.4) |
Facing this issue currently as well. |
Current behavior
Refresh control is not visible when I navigate to
ListScreen
and refreshing was triggered when screen was mounted in useEffect as below:Refresh control works fine when it is triggered by swipe and additionally refresh control is visible when I've added some timeout (like below) but it doesn't solve the issue:
Expected behavior
Refresh indicator should be displayed even if it was triggered immediately after screen mount
To Reproduce
https://snack.expo.dev/@piotrborowski/graceful-donut
Platform:
Environment
1.4.0 but also doesn't work on 1.4.3
The text was updated successfully, but these errors were encountered: