-
Notifications
You must be signed in to change notification settings - Fork 2.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
tabLabel doesn't show all the letters when using Android 9 #962
Comments
i have OnePlus device running on the android pi as well, i believe its something related to the default style for the tabBarText , i was able to fix the letter limit by overriding the Text-Style , try changing the text size or the fontFamily . this worked for me 😋
Screenshots |
@ibrahemid Thanks a lot. Setting the fontFamily to anything (even empty string) is ok for me. But it seems that setting fontSize doesn't work for me. However, it's a solution. Yet I don't know why, either. |
Actually, this is related to facebook/react-native#15114 (comment) or facebook/react-native#25481 (comment) . If someone needs more info, check there. |
👍 |
Steps to Reproduce
See the demo here
Here's the source code:
You can see the tabs are 'abcd' and 'efgh' in the example above.
But in my phone (ONE PLUS 6 with Android 9.0.1) , the tabs only show 'abc' and 'efg'
Expected Behavior
Show the right tab.
(I found it ok in android 7)
Here's my screenshot.
The text was updated successfully, but these errors were encountered: