-
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
[bug] When switch between tabs, there is a blank space at the top if use Tabs.ScrollView #354
Comments
Same problem, any update? |
@davram88 nope :( |
It seems that whitespace is based on the height of the header. If you remove the header completely from the container you won't have that space anymore. Still no final solution tho :( |
I added cancelLazyFadeIn to my Tabs.Lazy and now I don't have that initial white space when I switch tabs.
|
@davram88 oh okay i will try it thank you |
Hello, Got the same bug with Tabs.FlashList and dynamic height. I have been trying all solutions above but nothing works or is stable. "expo": "~48.0.12", Thank you! |
Guys, in my case, the name of the tabs was in a specific language, and not in English, because of this, such a problem arose. @davram88, @ivanichoo if your tab name is in another language try english and use the label as the tab name. So I'm closing the issue as it's been resolved |
I seem to have the same issue but with Tabs.FlashList and lazy, I created a new issue here |
@devoren I don't think it is related to the language issue, some of others also having the same problem with english name and labels. |
@metinaltinbas yeah i saw :( |
I have this issue with Using:
Edit: |
@miladdev85 wow really?! i closed and now i see bug again (and it doesn't matter what list it is) |
Yes, it's gone for me. Only appears if I debug with Chrome. Haven't tried out TestFlight build yet... 😬 |
I still have the bug with FlashList and lazy |
I encountered the same problem in a multilingual application and it turned out that for the English language everything works correctly, but with other languages there is this problem. Before my code was like <Tabs.Tab name={'Some tab name'}> After my code is like <Tabs.Tab name={'Some tab name ID'} label={'Some tab label text'}> Where label is displayed text and everything works fine. |
I came across this issue as well. Here is what it looks like some key values are setting the "estimated" and the disableHorizontalListHeightMeasurement values:
|
I am also getting the same issue. Can anyone guide to resolve this |
here is the fix I came up with |
Any updates? |
Is this still an issue with version 6.2.2? Can someone make a repro on top of the Example app in the repo? |
#394 might fix this, I released it as 7.0.1-beta.0 on npm. Please help test it for unwanted side effects and report back. Thanks! |
Hey 👋 When I switch between tabs, there is a blank space at the top if I use Tabs.ScrollView:
"react-native-collapsible-tab-view": "^6.1.4"
Code:
The text was updated successfully, but these errors were encountered: