ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.94k stars 2.28k forks source link

Hi,there is a issue i found and i there is a solution. #1065

Closed enkechan closed 4 years ago

enkechan commented 4 years ago

When your ScrollableTabBar's data is from API and tab's width greater than screen.width, the ScrollableTabBar's onTabContainerLayout function will trigger in a never stop loop.Cause when you change the _containerWidth in onTabContainerLayout, then onTabContainerLayout will trigger again and never stop. I set a flag in module,and if the flag equal to true, onTabContainerLayout will do nothing

enkechan commented 4 years ago

My English is too wake.Wish you can understand.haha

enkechan commented 4 years ago

After i do that,the tab won't auto scoll....