Benjamin-Dobell / react-native-markdown-view

MarkdownView for React Native
MIT License
190 stars 77 forks source link

Error: Nesting of View within Text is not supported #37

Open niklassaers opened 5 years ago

niklassaers commented 5 years ago

Hi, the following Markdown will make the component as of version 1.1.4 fail:

This is an experiment

- a
- b
 + c

The last line gives me the following error:

Invariant Violation: Nesting og <View> within <Text> is not currently supported
wihoho commented 4 years ago

Any update?