web-ridge / react-native-paper-tabs

Smooth and fast cross platform Material Design Tabs for React Native Paper
https://reactnativepapertabs.com
MIT License
189 stars 34 forks source link

how to disable swipe only for disabled tab? #48

Open wongmalesan opened 1 year ago

wongmalesan commented 1 year ago

hello,

i have 3 tab and have 1 tab disabled, but i still can swipe to the disabled tab, how to disable swipe only for disabled tab?

Thanks

RichardLindhout commented 10 months ago

You can subscribe to index and change swipeEnabled to false when index is on your page. But could also be build inside the library but not a priority for us a.t.m.