-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 Indicator in FlatList doesn't work correctly with largeTitle #5815
Comments
Hey @sallar 👋 |
Hey @guyca sure thing. On it |
Actually @guyca I just saw that this issue is already visible in Playground. You can find it in The correct behaviour is this: you can see that the loading indicator is correctly on top. not behind the search box or title. The second video is using The |
@guyca the issue still has "requires reproduction" tag, do I need do anything extra? |
@sallar I have updated the tags for you. Thanks for looking into it. |
Thanks @ItsNoHax. Im not even sure if this can be fixed in this project, but this is a big obstacle currently for making native-looking apps on iOS 13. It's not a big deal, but would be nice to figure out where the issue comes from. |
It appears that a RN fix is coming that would solve this issue: facebook/react-native#28236 |
That’s amazing 🎉🎉🎉 |
Issue Description
Im creating a new issue since the previous one is marked as stale for some reason. #3137
If you use
largeTitle
in a view that hosts a FlatList, the Refresh Indicator is shown at a position that is not correct.The current workaround is apparently to use
react-native-tableview
which uses the nativeUITableView
, which works nicely, but that has it's own issues and also doesn't support android.Steps to Reproduce / Code Snippets / Screenshots
largeTitle
in a screenEnvironment
The text was updated successfully, but these errors were encountered: