List of supported style and Rules
What should I put for example if I need to style a bullet list? or the text?
I was about to open a similar issue - is it possible to document what styles are supported and what the style names are?
lurking around the code I think this is what is used https://github.com/mientjan/react-native-markdown-renderer/blob/master/src/lib/styles.js
not sure if it has something more, will continue try around :)
You can also overwrite any component in this file: https://github.com/mientjan/react-native-markdown-renderer/blob/master/src/lib/renderRules.js
This will allow you to entirely customize the component returned (including using your own styles).
Style not applyed
<Markdown styles={{ text: { color: 'red'}}}> {text} </Markdown>
Anyone know what I'm missing?
I found what I missed, we should use style property not styles for Markdown component.
I guess I can close this then
I think this is still an issue - the supported styles etc. should be documented.
@jaycee425 could you re-open the issue please? :beers: