react-native-markdown-renderer icon indicating copy to clipboard operation
react-native-markdown-renderer copied to clipboard

Fix text styling that is not being applied consistently

Open janrop opened this issue 7 years ago • 1 comments
trafficstars

Supplying lineHeight to the props.style.text styles would not be rendered, because the 'textgroup' does not hand down the style to its 'text' rules.

janrop avatar Oct 17 '18 14:10 janrop

I believe this applies "text" styles to heading as well, since headings are block elements (for spacing) that render their contents as a text element.

fnimick avatar Jul 29 '19 18:07 fnimick