We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
The text was updated successfully, but these errors were encountered:
Thx, will take a look at it
Sorry, something went wrong.
fixing issue where hardbreak will crash android app. #56
952f8ac
Fixed issue in v3.2.8 @ckknight, it was a issue with hardbreak being seen as a non block element.
hardbreak
No branches or pull requests
Unexpected view type nested under text node class abi28_0_0.com.facebook.react.uimanager.LayoutShadowNode
To reproduce:
The spaces followed by the newline seem to be the issue.
'a\nb'
is fine, so is'a \nb'
The text was updated successfully, but these errors were encountered: