RX.ScrollView Horizontal Tabs not working? #1204
Labels
help wanted
question
stale
This ticket may be old, or may no longer be valid, and will be closed if no further activity occurs
I have a case where I need to scroll a list of 10 tabs horizontally on mobile and web, with a defined width and height, here's a visual mockup:
But no matter what I do, I can't get
RX.ScrollView
to line up the tabs horizontally, even when thehorizontal={true}
prop is passed. I tried addingflex: 1, flexDirection: 'row'
but that too didn't work.Any idea how to get it to work?
Here is the codesandbox demo
The text was updated successfully, but these errors were encountered: