You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some smaller Android devices, the leading space is a bit large, taking up around 20% of the screen.
Currently, we're hiding the leading space and giving horizontal padding to the tabHeaderStyle. This looks okay visually, but makes the scrolling cut off.
Ideally, it'd be nice if we could set a custom width for the leading space.
Is this something that is already possible with some props or styling, or is this something that will need to be added as an enhancement?
The text was updated successfully, but these errors were encountered:
On some smaller Android devices, the leading space is a bit large, taking up around 20% of the screen.
Currently, we're hiding the leading space and giving horizontal padding to the
tabHeaderStyle
. This looks okay visually, but makes the scrolling cut off.Ideally, it'd be nice if we could set a custom width for the leading space.
Is this something that is already possible with some props or styling, or is this something that will need to be added as an enhancement?
The text was updated successfully, but these errors were encountered: