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
Since Android 10, textBreakStrategy="simple" is necessary for the text not to break in a way that can hide the last word of the text. Apparently, only the prop mentioned above solves this issue.
I tried adding this prop to the text renderRule like:
Since Android 10,
textBreakStrategy="simple"
is necessary for the text not to break in a way that can hide the last word of the text. Apparently, only the prop mentioned above solves this issue.I tried adding this prop to the
text
renderRule like:But the prop is not being applied appropriately, or, at least, the text is still breaking. I have two questions:
textBreakStrategy="simple"
is applied?The text was updated successfully, but these errors were encountered: