satya164/react-native-tab-view

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

gongdao123 opened this issue · 2 comments

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

  • Android
  • iOS
  • Web
  • Windows
  • MacOS

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

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

  • expo

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:

  • react-native-pager-view (found: 5.4.15, latest: 6.1.0)
  • react-native (found: 0.67.5, latest: 0.70.5)

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

Hey @gongdao123, I've created a PR fixing this issue #1409. It would be awesome if you could check if it fixed your issue 👍🏻