We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Unexpected view type nested under text node class abi28_0_0.com.facebook.react.uimanager.LayoutShadowNode
To reproduce:
<Markdown>{'a \nb'}</Markdown>
The spaces followed by the newline seem to be the issue. 'a\nb' is fine, so is 'a \nb'
'a\nb'
'a \nb'