Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/safaiyeh/react-native-commonmark

Markdown support for React Native following the CommonMark Specification
https://github.com/safaiyeh/react-native-commonmark

android commonmark ios javascript markdown react-native

Last synced: about 1 month ago
JSON representation

Markdown support for React Native following the CommonMark Specification

Awesome Lists containing this project

README

        

# react-native-commonmark

The goal of the module is to support native markdown support for React Native. This will not be functional for production applications until v1.0.0.

Road to v1.0.0, use these native modules to provide markdown support.
• iOS - https://github.com/iwasrobbed/Down
• Android - https://github.com/noties/Markwon

## Getting started

`$ npm install react-native-commonmark --save`

### Mostly automatic installation

`$ react-native link react-native-commonmark`

## Usage
```javascript
import Commonmark from 'react-native-commonmark';

// TODO: What to do with the module?
Commonmark;
```