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
We noticed that after upgrade to Expo SDK 33 and react 16.8.3 under some conditions the text is cut at the end of paragraphs. The sample screenshot is attached.
It happens only on Android with larger screens. It looks like wrong calculation of internal size of a view based on the text. Playing with padding or margins in styles will not fix it. Adding empty lines can help but it is a patch and not easily applied for multi-paragraph text.
What can be the reason for that and how it can be fixed?
The text was updated successfully, but these errors were encountered:
We noticed that after upgrade to Expo SDK 33 and react 16.8.3 under some conditions the text is cut at the end of paragraphs. The sample screenshot is attached.
It happens only on Android with larger screens. It looks like wrong calculation of internal size of a view based on the text. Playing with padding or margins in styles will not fix it. Adding empty lines can help but it is a patch and not easily applied for multi-paragraph text.
What can be the reason for that and how it can be fixed?
The text was updated successfully, but these errors were encountered: