react-native-vertical-tab-view icon indicating copy to clipboard operation
react-native-vertical-tab-view copied to clipboard

Can we get the tabbar to the right ?

Open erennyuksell opened this issue 5 years ago • 4 comments

Can we get the tabbar to the right ? Can we scroll vertically ?

erennyuksell avatar Apr 26 '19 21:04 erennyuksell

@Frekansapp for the first one

Can we get the tabbar to the right

this is easy, just use the tabBarPosition="bottom" prop. In Vertical, top === left, bottom === right

Can we scroll vertically

The tab bar itself should scroll vertically, but the contents scroll left/right only

DaKaZ avatar Apr 29 '19 22:04 DaKaZ

@DaKaZ Do you have the chance to add vertical scrolling i think it is a important feature. I try to implement it but i couldn't succeed.

erennyuksell avatar Apr 30 '19 12:04 erennyuksell

Are you talking about vertical scrolling of the main content window instead of left/right scrolling? I actually had implemented that originally when this was part of the RNTV project, I could probably address. I need to do an a major update to support v2 of the RNTV anyway.... It might take a little while though as this feature isn't that important to me personally.

DaKaZ avatar Apr 30 '19 13:04 DaKaZ

Are you talking about vertical scrolling of the main content window instead of left/right scrolling? I actually had implemented that originally when this was part of the RNTV project, I could probably address. I need to do an a major update to support v2 of the RNTV anyway.... It might take a little while though as this feature isn't that important to me personally.

Yes, I think it is very useful if you can activate this feature by passing props. it doesn't matter when it takes time. I will wait. RNTV v2 have problems by the way can you look at the this and this issue about RNTV? and thank you.

erennyuksell avatar Apr 30 '19 13:04 erennyuksell