You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I like the styling of this library as opposed to the alternatives however I've tried all of them and they seem to all 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)
Hello, I like the styling of this library as opposed to the alternatives however I've tried all of them and they seem to all 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://github.com/CyC2018/InnterviewNotes/blob/master/notes/Leetcode%20Solutions.md)
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?
The text was updated successfully, but these errors were encountered: