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

# Summary Moves the `@types/react-native` dependency to peer dependencies. For context, this is useful because otherwise, a user of this library with a direct dependency on `@types/react-native` can wind up...

export type RenderFunction = ( node: any, children: ReactNode[], parent: ReactNode, styles: any, ) => ReactNode; First argument "node" is of type ASTNode and "parent" is in fact "ASTNode []".

With a freshly created RN app, adding latest version `3.2.28` will still show a warning.

how can i change the fontFamily of the text rendered ?? i tried this ```js const mdStyle = StyleSheet.create({ heading: { borderBottomWidth: 1, fontFamily: 'Metropolis-SemiBold', }, heading1: { backgroundColor: '#000000',...

Supplying lineHeight to the props.style.text styles would not be rendered, because the 'textgroup' does not hand down the style to its 'text' rules.

In my current project, the markdown which is provided to me is not always "clean" it sometimes has a list within a list or an image within inline text, etc....

put `@types/react-native` in `dependencies` makes duplicated variables, definition.. if types check is enabled

It is any way to put ScrollView horizontal for the table, i putted and this what happend ![Captura de Pantalla 2019-06-19 a la(s) 11 34 22 a m](https://user-images.githubusercontent.com/19271573/59779408-33922700-9286-11e9-9cd7-668752eb474b.png) the content...

![Screenshot 2019-06-07 at 1 13 36 PM](https://user-images.githubusercontent.com/37024019/59088789-1ecc9f80-8926-11e9-90d1-85d9f81f2283.png) above is the screenshot in the app. I found that rules for `` is missing form `renderRules.js` and styles for `` is missing...

Is it possible to underline text and how?