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. We work with Hebrew (RTL).
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. The simple-markdown used from react-native-markdown-view, we tried to change to another markdown package but it has the same issue.
What can be the reason for that and how it can be fixed?
The text was updated successfully, but these errors were encountered:
This sounds like it's likely a react-native bug rather than a markdown bug, especially if this repro'd with a different package (although I'm interested in which package: if it's another simple-markdown based react-native package, it could be some awkward interaction between this project and react-native).
If you have a small project I could look at that reproduces this issue in an android simulator I'll look at it, although I'm not sure how much help I'll be able to be.
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. We work with Hebrew (RTL).
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. The simple-markdown used from react-native-markdown-view, we tried to change to another markdown package but it has the same issue.
What can be the reason for that and how it can be fixed?
The text was updated successfully, but these errors were encountered: