iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
590 stars 169 forks source link

Markdown text flickers on every state update, using the normal <Text> from react native does not #169

Closed jimdog1001 closed 10 months ago

jimdog1001 commented 2 years ago

i have markdown with some text style applied. Every state update the text flickers. But if i use the React native Text field instead of the Markdown component to render the text, this issue does not occur

jimdog1001 commented 2 years ago

also this only seems to be happening on android

TahseenSust commented 3 weeks ago

Does anyone found any solution for this issue? I am also facing this in iOS