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

Markdown component for React Native

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

Not sure if this is an issue of not applying any styles, but I've got a layout issue with a couple of paragraphs. This is the code: ``` {this.props.ingredient.description} ```...

Example text: ``` #1 * 1 * 2 ``` The list cannot be display correctly.

First of all, thank you for this utility, and thank you for sharing it with everyone. I am new to markdown. The example in your readme _works_, but very little...

Hey, running in to an issue with text like: ``` > Along the road > from air to coffin > lie the many houses of cage. > The house of...

What is the way to load or import the markdown file in android production build? Lets say I have a readme.md file in the asset directory and this is bundled...

I use the react native 0.43 version, or do we have this problem, After adding dependent on lead to error of project startup

[root@real-server-04 reactProject2]# npm install npm WARN install Couldn't install optional dependency: Unsupported [email protected] /opt/reactProject2 ├── UNMET PEER DEPENDENCY [email protected] ├── [email protected] └── [email protected] npm WARN EPEERINVALID [email protected] requires a peer...

Hey I have a `Markdown` that I can't get to wrap to a width. I've tried `Markdown style={{ view: {flexWrap: 'wrap', width: 300} }} > {messageText.split('\n')} ` And I get...