react-native-markdown-renderer
react-native-markdown-renderer copied to clipboard
Access siblings without parent
If the markdown is like this:
This is a very long 1st paragraph.
This is a very long 2nd paragraph.
This is a very long 3rd paragraph.
And I want to apply styles on the last paragraph. There's no way to know if it is the last node in the sequence because the parent variable is an empty array.