Skip to content
react-native-notion-markdown
Docs menu/ Quick start

Quick start

After installing the package, give the renderer a markdown string or parsed document and place it in your screen.

import { NotionMarkdown } from "react-native-notion-markdown"
export function NotesScreen() {
return <NotionMarkdown markdown="# Hello\n\nA document rendered in React Native." />
}

Next steps

Read about entry points to choose the right import boundary, then explore the renderer or the editor.