react-native-material-tabs icon indicating copy to clipboard operation
react-native-material-tabs copied to clipboard

Custom TabStyles

Open ianlaidlaw opened this issue 6 years ago • 4 comments

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?

ianlaidlaw avatar Jun 29 '18 17:06 ianlaidlaw

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

iRoachie avatar Jul 22 '18 20:07 iRoachie

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

ianlaidlaw avatar Jul 23 '18 01:07 ianlaidlaw

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).

kirill-konshin avatar Oct 05 '18 23:10 kirill-konshin

Any progress on this enhancement?

vorasudh avatar Feb 05 '20 13:02 vorasudh