mientjan / react-native-markdown-renderer

React Native 100% compatible CommonMark renderer
MIT License
424 stars 418 forks source link

Is there any place where I can see all of the JSX elements that are created? Cannot style #127

Closed dsomel21 closed 5 years ago

dsomel21 commented 5 years ago

I want to style my Markdown, but the examples don't really help.

Is it

heading1: {
  color: 'red';
  font: 'Bebas'
}

or

h1: {
  color: 'red'
....
}

I tried both, but the styles are not changing whatsoever.

dsomel21 commented 5 years ago

Found it here, kinda...

I just couldn't figure out WHAT it was factually generating.

https://github.com/mientjan/react-native-markdown-renderer/blob/master/src/lib/styles.js