-
Notifications
You must be signed in to change notification settings - Fork 175
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
Padding showing when changing tabs. #32
Comments
Hi @kioopi can you provide a reproducible demo or a gif/ small video? It's an android or iOS? |
Hi @PedroBern Its really awesome library and your support even makes it cherry on the top. Below is the video of this issue.
Screen.Recording.2021-01-03.at.1.10.24.PM.mov |
@PedroBern I tried to investigate and it seems when TabView index is changed
Just wanted to help so I tried :) But this doesn't work properly, it has other side effects it resets current scrolled position of This happens only when we set lazy={true} prop , if we set lazy={false} than this doesn't happen. |
@Janak-Nirmal Thanks you, that is exactly what i was encountering. The blank space above the round images on the second tab. |
@Janak-Nirmal thanks for the help 👍
|
@PedroBern yes if you set lazy=false than it doesn't happen. |
closing in favor of #19 |
I still having this issue even with lazy={false} please I need her :( |
Tried this but the problem still occurs. |
Same here :( |
related: #26 |
fixed in v3 👍 |
Thanks for this library. I am using ^5.0.0-rc.10 and still facing this issue while using onIndexChange. |
yeah the issue does still exist on my end though I use the latest version.
|
Same +1 |
1 similar comment
Same +1 |
Hello, Got the same bug for flashlist tabs with dynamic height. I have been trying all solutions above but nothing works or is table. "expo": "~48.0.12", |
Thank you for your great library!
When I have scrolled down on one tab so that the header is hidden and then change to another tab (via swipe or tap on the tab) that is scrolled all the way to the top, the paddingTop is showing. It would usually be obscured by the header and tabs but the header is shrunk because of the interaction with the previous tab.
Is there known solution for this? Or a canonical approach?
Thank you very much for your time.
The text was updated successfully, but these errors were encountered: