react-native-simple-markdown
react-native-simple-markdown copied to clipboard
text fontFamily overrides em or strong fontFamily
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.
+1
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.