-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
While testing this exact markdown: https://github.com/mientjan/react-native-markdown-renderer/blob/master/README.md
I have the following error:
Android error: Cannot add a yoga node to a parent without a measure function!
This is how I render the markdown:
<Markdown
whitelist={['link', 'url', 'list']}
>
{item.description}
</Markdown>This is how simple-markdown is called:
It breaks with or without the whitelist, while I expect it to work on both.
I want to only use the bullet point in my rendering, but adding more content should not break. How can I fix this?
Reproduction
https://snack.expo.io/@kopax/04bd18
Use Android device
Related issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels