satya164 / react-native-tab-view

A cross-platform Tab View component for React Native
MIT License
5.14k stars 1.07k forks source link

The tab header not sync with scene swipe when header is long #1405

Open gongdao123 opened 1 year ago

gongdao123 commented 1 year ago

Current behavior

The header will not sync with the scene swipe when the header is long

output

Expected behavior

The header should sync with the scene swipe when the header is long

output1

Reproduction

https://snack.expo.dev/Ppt2OeKIi

Platform

Environment

package version
react-native-tab-view 3.3.0
react-native-pager-view 5.4.15
react-native 0.67.5
expo
node v14.19.3
npm or yarn 6.14.17
github-actions[bot] commented 1 year ago

Couldn't find version numbers for the following packages in the issue:

Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.

The versions mentioned in the issue for the following packages differ from the latest versions on npm:

Can you verify that the issue still exists after upgrading to the latest versions of these packages?

okwasniewski commented 1 year ago

Hey @gongdao123, I've created a PR fixing this issue https://github.com/satya164/react-native-tab-view/pull/1409. It would be awesome if you could check if it fixed your issue 👍🏻