1.1.6 • Published 6 years ago

react16-markdown-native v1.1.6

Weekly downloads
81
License
MIT
Repository
github
Last release
6 years ago

react-markdown-native

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

Install

npm install --save react16-markdown-native
yarn add react16-markdown-native

Basic usage

import Markdown from 'react16-markdown-native';

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

Options

See react-markdown's options.