1.1.1 • Published 7 years ago

react-markdown-native v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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 react-markdown-native

Basic usage

import Markdown from 'react-markdown-native';

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

Options

See react-markdown's options.