web-ridge / react-native-paper-tabs

Smooth and fast cross platform Material Design Tabs for React Native Paper
https://reactnativepapertabs.com
MIT License
200 stars 35 forks source link

Resize TabScreen width per label length #24

Closed rinahong closed 2 years ago

rinahong commented 2 years ago

With <TabScreen /> component, if a label is too long, the text is wrapped to fit in the width.

Screen Shot 2021-10-29 at 8 56 24 PM

I don't want them to be auto-wrapped so I tried addingflex: auto into the style prop, but it didn't work. Is there a way that I can achieve like below Screen Shot 2021-10-29 at 8 58 44 PM ?