Skip to content

Markdown support for React Native following the CommonMark Specification

Notifications You must be signed in to change notification settings

safaiyeh/react-native-commonmark

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published