DaKaZ / react-native-vertical-tab-view

An extension to react-native-tab-view which provides a vertical tab bar (great for landscape and tablet layouts)
MIT License
31 stars 14 forks source link

Can we get the tabbar to the right ? #5

Open erennyuksell opened 5 years ago

erennyuksell commented 5 years ago

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

DaKaZ commented 5 years ago

@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

erennyuksell commented 5 years ago

@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.

DaKaZ commented 5 years ago

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.

erennyuksell commented 5 years ago

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.