0

I'm having the same issue as the one described at https://github.com/ptomasroos/react-native-scrollable-tab-view/issues/999

I tried to apply the possible fix suggested there but with no avail.

Vincent
  • 745
  • 10
  • 21

2 Answers2

0

Solved it! just pass the style to the scrollableTabView

style={{width: '100%' }}

-1

Solved it! Replace DefaultTabBar with ScrollableTabBar (don't forget to import it)

Vincent
  • 745
  • 10
  • 21