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
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
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