-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Text Nesting removes bold V3.4.4 #2840
Comments
i also have same issues |
Did you find a solution? |
Should be fixed in latest version. Please re-open if it's not the case |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fter I upgraded from version 3.3.1 to version 3.4.4
When I nest the Text component with other Text components (i.e. Text inside Text) I lose the added bold.
Ex:
Hello <Text style={{ style={{ fontWeight: 'bold' }}>World
In this case, I want only the word WORLD to be in bold, but it isn't.
However, if I do this, all the text becomes bold.
<Text style={{ style={{ fontWeight: 'bold' }}>Hello World
Summary:
In nested Text, if I put part of the text in the middle or at the end in bold, it is not applied, but if I put it at the beginning, the entire text is in bold.
The text was updated successfully, but these errors were encountered: