Closed coderdave closed 6 years ago
I'm using 5 tabs. The label text however gets cut off on iPhone X layouts. It works fine for the other iOS devices.
Is there a way around this without using the ShiftingTab? Because I always want to see the label text.
ShiftingTab
I'm using version 1.0.2 of this library.
Hi @coderdave i had the same problem and added this style to < FullTab/ > component. { minWidth: null, maxWidth: null }, in order to make room for 5 tabs
Ok, that will be a fine workaround for now.
Question / Problem
I'm using 5 tabs. The label text however gets cut off on iPhone X layouts. It works fine for the other iOS devices.
Is there a way around this without using the
ShiftingTab
? Because I always want to see the label text.Actual behavior
Expected behavior
Additional resources
Environment
I'm using version 1.0.2 of this library.