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

text fontFamily overrides em or strong fontFamily

Open ckknight opened this issue 7 years ago • 2 comments

I've specified the font-family for text to be a light font and strong to a medium-weight font, but because there are inner texts within the strong component, the fontFamily style is overridden unexpectedly.

ckknight avatar Jan 31 '18 19:01 ckknight

+1

matt-dalton avatar Jun 12 '18 15:06 matt-dalton

text is for every type of text and is more powerfull than other tags (strong, plainText)

If you want to add style for simple text, you need to use plainText.

AntoineGrandchamp avatar Jul 20 '18 14:07 AntoineGrandchamp