-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
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
Simple Markdown fails with Unexpected view type nested under text node
#100
Comments
I've been hunting for a decent mobile markdown editor for days now. No luck they are all broken. |
Hey guys, any update / solution for this one? |
Mine fails when using lists, like:
|
I gave up, just use a WebView with https://quilljs.com/ << Best one. |
@voidstarfire I'll take a look, thanks for the tip! |
here is a quickfix, you'll need to add a patch:
|
I ended up using Quill. |
Hello, I've tried all markdown libraries and all of them seem to have an error parsing basic markdown due to how react native Android renders components. The error seems to occur when you try nesting components in your markdown, for example something like this (view it raw since github parses it)
[Leetcode Problem] (https://google.com)
A general classification of the topics, and a summary of the problem-solving ideas for each type of question.
or
I get the following error
Unexpected view type nested under text node: class com.facebook.react.uimanager.LayoutShadowNode
a simple list with a nested list of links fails... Would anyone have a simple and elegant solution to this problem?
I guess the best solution would be to convert the text tag into a view and wrap the text in a text tag?
The text was updated successfully, but these errors were encountered: