iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jimdog1001 opened this issue · comments

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

also this only seems to be happening on android