iRoachie / react-native-material-tabs

Material Design implementation of Tabs
MIT License
121 stars 56 forks source link

Custom TabStyles #32

Open ianlaidlaw opened 6 years ago

ianlaidlaw commented 6 years ago

Sorry for another request - Component has been fantastic otherwise.

I noticed that 12px horizontal padding is applied to all tabs. I would like to override this, or maybe all other tabStyles. Is this something you have considered?

iRoachie commented 6 years ago

Yes! I did think about doing it, do you think you could send a PR to implement this?

ianlaidlaw commented 6 years ago

Sure, I will work on this when I have time!

kirill-konshin commented 5 years ago

Also there are cases when tab width can be based on content, not justified. Current implementation does not allow that, it sets width by force (but even this behavior can be achieved by pure CSS with no calculation).

vorasudh commented 4 years ago

Any progress on this enhancement?