-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tabs] Width not fully functional #1203
Comments
@inoc603 That prop was not working with me either; The way I did it was, using the tabItemContainerStyle prop and passing the width of that. In your case, the width would be the total width of your tabs, so if each is 75px, then 75 x 3 = 225. So, pass: |
@Zadielerick Thanks for the solution. It works like a charm. Though I think the tabs should resize themselves, if |
@shaurya947 the |
+1 on the |
The |
I'm trying to set the width of tabs through
tabWidth
property ofTabs
, as in the following code:But in the rendered page, only the width of the ink bar under the tab is changed, and the actual tab's width didn't change. Any idea how to fix this?
The text was updated successfully, but these errors were encountered: