react-markdown-native

v1.1.1
Render Markdown as React native components
commonmark markdown react react-component

react-markdown-native

This project provides react native components for react-markdown. The code is heavily inspired by react-markdown.

Install

npm install --save react-markdown-native

Basic usage

import Markdown from 'react-markdown-native';

// Render
return (
  <View>
    <Markdown source={markdown}/>
  </View>
);

Options

See react-markdown's options.

npm i react-markdown-native

Metadata

  • MIT
  • Whatever
  • Mohamad Mohebifar
  • released 4/22/2017

Downloads

Maintainers