[component]
Dev Mode
MarkdownView
Description
Render markdown using the design system fonts and colors. Headings map to theme sizes (h1→xl, h2→lg, h3→md, h4→sm).
Usage Guidelines
Do
Use for rendering rich text content like descriptions or docs.
Prefer headings in markdown to drive hierarchy (h1–h4).
Don't
Do not use for long, untrusted markdown without sanitization upstream.
Accessibility
Links are auto-detected via Markdown; ensure color contrast meets accessibility.
Props
Name
Type
Required
Description
align
bold
boolean
children
ReactNode
color
keyof TextTheme
italic
boolean
numberOfLines
number
size
TextSize
skipLinking
boolean
testID
string
Root test id for the primary interactive element or container.
truncate
boolean
underline
boolean
Status
Documentation:
Figma:
Web:
iOS:
Android:
Related
Text, Heading, Link
Examples
MarkdownView
All elements in one sample.