react-native-markdown-renderer icon indicating copy to clipboard operation
react-native-markdown-renderer copied to clipboard

Access siblings without parent

Open jeloagnasin opened this issue 5 years ago • 0 comments

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.

jeloagnasin avatar Sep 16 '19 06:09 jeloagnasin