-
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
Fix #18945 inverted sticky headers (footers actually) not working issue #47130
base: main
Are you sure you want to change the base?
Fix #18945 inverted sticky headers (footers actually) not working issue #47130
Conversation
Added a test sample file. I tested it in an Android emulator and it appears to be working fine. I haven't test other stuff or platform yet. Here's a screencast of the demo: Screen.Recording.2024-10-18.at.8.29.04.PM.mov |
Okay, tested with iOS simulator. It appears to be working as expected Screen.Recording.2024-10-24.at.1.11.30.PM.mov |
d77d594
to
d121241
Compare
looks like there are some tests failed, will fix them shortly |
d121241
to
d5249a5
Compare
Hey @migueldaipre, @cortinico and @cipolleschi, I've fixed the failing tests. Can you please help me kick start the CI job again as it appears requiring to be kicked started by repo maintainers. |
hmm, okay, looks like some other tests are still failling 😅 |
01d4cfc
to
593585a
Compare
Hi @migueldaipre, @cortinico and @cipolleschi, sorry about that. I updated the branch and ran test locally and it seems to be passing now. As for failing linter action, I didn't see anything from the messages look like causing by my changes. Is it suppose to fail regardless? If so, can you please help me trigger the CI action again? Thank you so much 🙏 |
Summary:
Fix #18945 inverted sticky headers (footers actually) not working issue
Changelog:
[General] [Fixed] - Fix SectionList sticky footer doesn't work as expected when the list has
inverted
flag setTest Plan:
Screen.Recording.2024-10-18.at.8.29.04.PM.mov