react-native-markdown
react-native-markdown copied to clipboard
Markdown tag doesn't respect wrapping:
Hey I have a Markdown that I can't get to wrap to a width. I've tried
Markdown style={{ view: {flexWrap: 'wrap', width: 300} }} > {messageText.split('\n')} </Markdown>
And I get one line of markdown that blazes through all the views and refuses to wrap. The yellow shows the markdown element.

I have same problem.
In path /Users/anna/projects/fox-mobile/node_modules/react-native-simple-markdown/styles.js fix style: listItemText: { flexDirection: 'row', flexWrap: 'wrap', justifyContent: 'flex-start', alignItems: 'flex-start', color: '#222222', flex:1 }
Then move plugin folder in the folder with the components of your project and reconnect the component react-native-markdown