tabs
tabs copied to clipboard
How to disable swipe in rc-tabs?
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.
It's around 18 days but still didn't get the answer
Does the repo deprecated? I still didn't get any resolve at all
its been one year. why there is no response?
Is this repo alive?
Looking for answer
@RishabhTayal @Surik266 @gaurangkela @ryuujo
renderTabContent={() => <TabContent animated={false}/>}>
helped me
however this doesn't remove the animation from the bar
@zombieJ any hints to make slider without animation?
@paranoidjk please take a look
My Solution: Replace
import TabContent from 'rc-tabs/lib/SwipeableTabContent'
to
import TabContent from 'rc-tabs/lib/TabContent'