diff --git a/components/tabs/Tabs.tsx b/components/tabs/Tabs.tsx index f73c832445..01087b11c3 100644 --- a/components/tabs/Tabs.tsx +++ b/components/tabs/Tabs.tsx @@ -111,7 +111,7 @@ class Tabs extends React.Component { scrollWithoutAnimation={!animated} initialPage={defaultActiveIndex} page={activeIndex} - locked={swipeable} + locked={!swipeable} renderTabBar={this.renderTabBar} onChangeTab={this.onTabClick} >