Getting Started
react-native-marked is a Markdown renderer for React Native powered by marked.js with built-in theming.
- Headings, paragraph, emphasis, links, images, blockquote, lists, tables, code blocks — see Supported Elements
- Theming via
theme+stylesprops - Custom rendering via
Rendererclass - Embed interactive React components via
useMarkdownWithComponents
Quick Start
When to use which API?
Continue to Installation or jump to Component usage.