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

React Native 100% compatible CommonMark renderer

Results 98 react-native-markdown-renderer issues
Sort by recently updated
recently updated
newest added
trafficstars

What should I put for example if I need to style a bullet list? or the text?

It's a common patter to apply `marginVertical` or `marginTop`/`marginBottom` to elements and override it for the first/last element, to remove unwanted space at the top/bottom of the container. Is there...

When upgrading to react-native 0.56 and running tests with jest it seems that `child.type.displayName` (https://github.com/mientjan/react-native-markdown-renderer/blob/master/src/lib/util/applyStyle.js#L16) is always undefined and thus producing failing tests. A lot was changed in the `Text`...

When there is text between an ordered list's items, the numbers rendered are always `1`. It seems like the list numbers are reset because of the text between the items,...

I can't find any examples for syntax highlighting in react native? How can i convert https://github.com/markdown-it/markdown-it#syntax-highlighting this example to react native?

Using the markdown pasted directly from the example this is what the right aligned table looks like. Markdown element is used as is with no custom styling and no custom...

Is it correct that the typescript typings modules are listed as non-dev dependencies? https://github.com/mientjan/react-native-markdown-renderer/blob/master/package.json#L27 I am using a lower version of `@types/react-native` in my project and the dependency in *react-native-markdown-renderer*'s...

I really like how this library wraps custom functionality around the Markdown-it lib. But why return Text and View (native functionality) instead of cross support, where Text returns a Text...

enhancement
help wanted