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

Simple & customizable React Native component to render Github-flavoured markdown using minimal native components.

Results 14 react-native-easy-markdown issues
Sort by recently updated
recently updated
newest added

Bumps [simple-markdown](https://github.com/Khan/simple-markdown) from 0.1.2 to 0.7.2. Release notes Sourced from simple-markdown's releases. Update flow types & add support for single level parenthesis in links Changes: d26a2954 fixes flow types for...

dependencies

After updating I see that you have removed the index.d.ts file, providing the typescript definitions. Could you add that for next update.

Hi, Thanks for the great work. I have an issue in making subscript and superscript work with this lib. When i pass : `hello` It does not work. are they...

@zivester Since your fork has issues disabled, I'll try to ping you this way. What a great component. Thank you both for your hard work! I'm circumventing the hassle with...

It comes from top-level `renderApplication` as an Invariant violation error (`Nesting of within is not currently supported`). It is because links are wrapped in `TouchableOpacity` in react-native-easy-markdown, and in react-native...

Is there a reason on line 215 of `index.js` the nodes are not wrapped in a Text? `{nodes}` Without this, every time a new styled text element is encountered a...

I believe there was a regression introduced in #17 . I cannot render a simple blockquote now with react-native (expo and native build). ``` > This is a quote ```...

``` {'![test](https://homepages.cae.wisc.edu/~ece533/images/arctichare.png)'} ``` above simple code causes "Cannot Add a child that doesn't have a YogaNode to a parent with out a measure function!" error on android release apk. It...