tabs icon indicating copy to clipboard operation
tabs copied to clipboard

How to disable swipe in rc-tabs?

Open ryuujo opened this issue 5 years ago • 10 comments

How can I disable swipe feature in rc-tabs? Because the swipe feature was so buggy and I can't fix it. I can't find any issue about this though.

ryuujo avatar Mar 29 '19 10:03 ryuujo

It's around 18 days but still didn't get the answer

ryuujo avatar Apr 16 '19 05:04 ryuujo

Does the repo deprecated? I still didn't get any resolve at all

ryuujo avatar May 14 '19 04:05 ryuujo

its been one year. why there is no response?

gaurangkela avatar Mar 17 '20 06:03 gaurangkela

Is this repo alive?

Surik266 avatar Mar 22 '20 04:03 Surik266

Looking for answer

RishabhTayal avatar Apr 05 '20 04:04 RishabhTayal

@RishabhTayal @Surik266 @gaurangkela @ryuujo renderTabContent={() => <TabContent animated={false}/>}> helped me however this doesn't remove the animation from the bar

vtarelkin avatar Apr 27 '20 10:04 vtarelkin

@zombieJ any hints to make slider without animation?

vtarelkin avatar Apr 27 '20 11:04 vtarelkin

@paranoidjk please take a look

vtarelkin avatar Apr 27 '20 11:04 vtarelkin

My Solution: Replace import TabContent from 'rc-tabs/lib/SwipeableTabContent' to import TabContent from 'rc-tabs/lib/TabContent'

mahendrapratap4022 avatar Jun 16 '22 10:06 mahendrapratap4022

{tab.component}