Search code examples
react-nativescrollviewvertical-scrolling

in react native, how can I scroll tab view vertically like 'react-native-scrollable-tab-view'


react native, like the pictures below, the left part and right part is both scrollable, and when left tab is tab and right part follows, it's like 'react-native-scrollable-tab-view', but vertically, any suggestions will be helpful, thanks~

example pic1

example pic2


Solution

  • Have a look as this PR which gives vertical tab bar capability to react-native-tab-view.

    Since it's created long ago and not merged, you might have to apply those changes on top of the current master branch to start using.

    enter image description here