-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Fix #18945 inverted sticky headers (footers actually) not working issue #47130
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
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 🙏 |
593585a
to
85fda2b
Compare
I just realized that the linter failure is not caused by linter, it was actually prettier changes a few lines 😅 /cc |
Somehow after rebased tests and linter failed again 😅 |
Okay, the flow error should be addressed now. Really sorry for repeating this many times 🙈 |
The CI is still red though 🤔 |
How about your work on your fork till you get the CI from GitHub actions on your fork green and then get back to the PR? |
85fda2b
to
49d1bd6
Compare
49d1bd6
to
fe7a407
Compare
@cortinico sorry, I forgot to pushed my fixes for broken CI😅 |
No need to be sorry 🙏 Also just a small heads up: I'll be off for some weeks and I wasn't able to find a reviewer for this change internally, so this might have to wait some time before we can import/merge it |
Haha, a bit embarrassing that the CI kept failing 😅 No worries, please enjoy your time off, and take your time. 🙏 |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
I hate to be that guy but … is there anything we can do to make this happens ? 😬 @fangpenlin |
Sorry, I haven't had the time to work on this. |
Ok I understand, thank you for your feedback 🙏 |
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