iRoachie / react-native-material-tabs

Material Design implementation of Tabs
MIT License
121 stars 56 forks source link

How to change tabs on user left / right swipe gesture? #45

Closed gone-phishing closed 5 years ago

gone-phishing commented 5 years ago

The scrollable flag just makes tabs scrollable but not the views. Is there any way I can change the current view on the basis of user gesture?

iRoachie commented 5 years ago

Hey, the library doesn't supported that currently. You'd have to do that yourself using PanGestureResponder, or use a library that supports it https://github.com/react-native-community/react-native-tab-view