safaiyeh / react-native-commonmark

Markdown support for React Native following the CommonMark Specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

import Commonmark from 'react-native-commonmark';

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

About

Markdown support for React Native following the CommonMark Specification


Languages

Language:Java 51.8%Language:Ruby 27.5%Language:Objective-C 15.9%Language:JavaScript 4.9%