PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
868 stars 171 forks source link

Header is reseting when switching to 5th tab from 1st tab #388

Closed rifad4u closed 5 months ago

rifad4u commented 8 months ago

Package is failing to keep the header when switching between 1st to tab to 5th tab. Please check the attached video for better understanding.

Tab switch issue.webm

suryapermana92work commented 6 months ago

same issue

andreialecu commented 5 months ago

https://github.com/PedroBern/react-native-collapsible-tab-view/pull/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!

suryapermana92work commented 5 months ago

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!

https://github.com/PedroBern/react-native-collapsible-tab-view/assets/62427933/20f436da-88d1-48a5-9f7b-e43eed89c1c2

i think it's solved but on Tabs.FlashList still reseting @andreialecu

andreialecu commented 5 months ago

I notice that you have something weird going on with the size of your flashlist for a split second. This doesn't look normal and I don't think it's related to this library:

CleanShot 2024-04-19 at 08 59 44@2x

A repro would help. It could be related to #335 but it's hard to tell. If you can repro it, please open a new issue.

Will close this for now.