We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey I have a Markdown that I can't get to wrap to a width. I've tried
Markdown
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.
The text was updated successfully, but these errors were encountered:
I have same problem.
Sorry, something went wrong.
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
No branches or pull requests
Hey I have a
Markdown
that I can't get to wrap to a width. I've triedMarkdown 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.
The text was updated successfully, but these errors were encountered: