-
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
[v2] Large title animation flicks with pull-to-refresh #5152
Comments
Does still occur on react native 0.59 and react navigation 2.18.4 |
I think issue not in RNN, but in RCTScrollView, [self addSubview:_customRefreshControl]; flicks is gone, but pull to refresh show only once(( other offset etc logic failed after change |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Not stale. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Still not stale. |
Still not stale, really sad as we can't use large title with pull down refresh (90% of the lists have that) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The issue has been closed for inactivity. |
Still not stale |
not stale |
As part of an effort by @yogevbd to address all large title issues, he opened a PR with a fix to react-native. Hopefully it will be merged soon 🙏 |
Looks like it's been merged now right? Nice one! facebook/react-native#28236 Thanks for all the efforts to get it fixed, what else needs to happen for this to work in RNN? |
This has been fixed by @yogevbd 's PR to react native, closing as there's nothing else to do in RNN. |
Related to #3538 posted in Jul 11, 2018 that is being ignored.
Large title doesn't behavior as expected when you have pull to refresh on the screen. I don't know if this is an iOS or react-native-navigation bug.
With small title:
With large title:
Environment
The text was updated successfully, but these errors were encountered: