netguru / sticky-parallax-header

A simple React Native library, enabling the creation of fully customized header for your iOS and Android apps.
https://netguru.github.io/sticky-parallax-header/
MIT License
1.86k stars 190 forks source link

Align tabs in TabbedHeader to the start of container #262

Open hreso110100 opened 2 years ago

hreso110100 commented 2 years ago

Hello I would like to align my tabs in TabbedHeader to the start of the container. Currently it looks like it is centered (I only have 2 tabs). I already tried alignItems and alignSelf to flex-start in tabsContainerStyle attribute but it is not working. Thanks in advance for help.