react-native-markdown-package
react-native-markdown-package copied to clipboard
Documentation thus overview of all the classes missing
As it's not the tags (eg. not p but paragraph) rendered to the elements, I miss a complete list of all the classes that become accessible in the markdown run.
The example covers only a part of it.
My best source of information is the style.js file. But even there some guessing is needed. (eg. there is list, sublist, listItem and listRow and I have a hard time translating this into stylable elements)
Thanks for your consideration!