question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unexpected view type nested under text node: class com.facebook.react.uimanager.LayoutShadowNode

See original GitHub issue

I have problem with nested list. for example my string is :

- Install it yourself from source code.
  -  Popular with developers who are familiar with Unix-like systems.
- Using third-party tools.
  - There are many third-party tools and package managers for installing Go, like apt-get in Ubuntu and homebrew for Mac.

does simple-markdown support nested?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
arash-hackercommented, Apr 17, 2018

i found my issue.
this error happens when you want use button as text in react-navigation.
my code was

return {
      title: (
    <Button transparent onPress={() => navigation.goBack()}   >
      <Icon name="chat" />
    </Button>) ,
      headerLeft: (
        <Button transparent onPress={() => navigation.navigate("ScreenOne")}   >
          <Icon name="arrow-back" />
        </Button>),
      headerRight: (
        <Button transpar

so as u see i want use button as text so react-native-navigation think my header text is unsupported.
using text in title solved my problem

0reactions
mattvotcommented, Aug 21, 2017

Can this be re-opened? Issue seems present in the latest version 1.0.60-rc.3.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unexpected view type nested under text node - Stack Overflow
I am Developing a sample Application in android when i am Developing sample .js page it's getting eroor like as show below page....
Read more >
Unexpected view type nested under text node: class ... - GitHub
I am getting this error React native : 0.59.1 Android Sdk: 28 My code.
Read more >
Android app crashes on image wiki syntax : YTM-295 - YouTrack
Unexpected view type nested under text node : class com.facebook.react.uimanager.LayoutShadowNode buildSpannedFromTextCSSNode. Activity settings. Show more ...
Read more >
【Android】Unexpected view type nested under text node ...
Unexpected view type nested under text node : class com.facebook.react.uimanager.LayoutShadowNode. というエラーに遭遇しました。
Read more >
Simple Markdown fails with `Unexpected view type nested under ...
Hello, I've tried all markdown libraries and all of them seem to have an error parsing basic markdown due to how react native...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found