-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
[Regression] VirtualizedList jumpy header #20956
Comments
Anyone find a workaround ? This issue is still valid on |
@Freddy03h reverting the linked PR fixes it. |
We can add a condition at the line:
|
@shashankkrjain Thanks for the inspiration, I created a PR here: #22025 |
Do we have an update on this issue? This is causing production issues for our mobile app. |
@wontonst as you know there is a PR fixing this issue. |
yep but we haven't seen any pushes to get the PR reviewed and merged in so I believe the community would like an update on whether or not the fix would get merged in, and when a fix would be released. this seems like a pretty important bug to fix, especially given no easy workaround. |
so ask in the PR, not the issue. |
already did, no response
…On Tue, Dec 18, 2018 at 11:45 AM Danilo Bürger ***@***.***> wrote:
so ask in the PR, not the issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20956 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB773JEbYrYouIFS4iwagQA_8bScnohiks5u6UXYgaJpZM4WYFY6>
.
|
Summary: Fixes facebook#20956, facebook#21361, facebook#21198, facebook#21468 Keeps the intended outcome of facebook#18105 Pull Request resolved: facebook#22025 Differential Revision: D13941915 Pulled By: cpojer fbshipit-source-id: 59a0a834ea2d0dd4678e80a82ddaf95cecf87d38
Summary: Fixes facebook#20956, facebook#21361, facebook#21198, facebook#21468 Keeps the intended outcome of facebook#18105 Pull Request resolved: facebook#22025 Differential Revision: D13941915 Pulled By: cpojer fbshipit-source-id: 59a0a834ea2d0dd4678e80a82ddaf95cecf87d38
Summary: Fixes facebook#20956, facebook#21361, facebook#21198, facebook#21468 Keeps the intended outcome of facebook#18105 Pull Request resolved: facebook#22025 Differential Revision: D13941915 Pulled By: cpojer fbshipit-source-id: 59a0a834ea2d0dd4678e80a82ddaf95cecf87d38
Summary: Fixes facebook#20956, facebook#21361, facebook#21198, facebook#21468 Keeps the intended outcome of facebook#18105 Pull Request resolved: facebook#22025 Differential Revision: D13941915 Pulled By: cpojer fbshipit-source-id: 59a0a834ea2d0dd4678e80a82ddaf95cecf87d38
Summary: Fixes facebook#20956, facebook#21361, facebook#21198, facebook#21468 Keeps the intended outcome of facebook#18105 Pull Request resolved: facebook#22025 Differential Revision: D13941915 Pulled By: cpojer fbshipit-source-id: 59a0a834ea2d0dd4678e80a82ddaf95cecf87d38
Summary: Fixes facebook#20956, facebook#21361, facebook#21198, facebook#21468 Keeps the intended outcome of facebook#18105 Pull Request resolved: facebook#22025 Differential Revision: D13941915 Pulled By: cpojer fbshipit-source-id: 59a0a834ea2d0dd4678e80a82ddaf95cecf87d38
Any update on this? |
@fcaride What update are you expecting? The issue has been resolved, that is why its closed. |
Lol sorry i didnt read all the thread, do you know which version of react-native has included this PR? |
@fcaride You can easily look that up yourself. Click on the referenced commit and github will show you which tags include this commit. |
Sorry i cant see where, i can only find the "Merged" label |
Environment
Description
The PR #18105, Issue #18104 by @rbrosboel now causes jumpy headers while scrolling. See Demo
Reproducible Demo
Since expo doesn't provide 0.57.0-rc, see the following repo created with react-native-cli: https://github.com/danilobuerger/react-native-bug-virtualized-list
Scroll header 6 towards header 7, notice the jumping
The text was updated successfully, but these errors were encountered: