Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohebifar/react-markdown-native

Render Markdown as React native components
https://github.com/mohebifar/react-markdown-native

Last synced: 16 days ago
JSON representation

Render Markdown as React native components

Awesome Lists containing this project

README

        

# react-markdown-native
This project provides **react native** components for `react-markdown`. The code is heavily inspired by [react-markdown](https://github.com/rexxars/react-markdown).

# Install
```
npm install --save react-markdown-native
```

# Basic usage
```js
import Markdown from 'react-markdown-native';

// Render
return (



);
```

# Options
See [react-markdown's options](https://github.com/rexxars/react-markdown#options).