juiceo / react-native-easy-markdown

Simple & customizable React Native component to render Github-flavoured markdown using minimal native components.
https://www.npmjs.com/package/react-native-easy-markdown
65 stars 62 forks source link

Don't wrap text unexpectedly for block items #19

Closed zivester closed 5 years ago

zivester commented 5 years ago

This sets the wrapper element to display: block which renders items correctly on the same line. Please see #18 for discussion.

zivester commented 5 years ago

Closing this in favor of #23