Skip to content
react-native-notion-markdown
Docs menu/ Theming

Theming

Treat typography, spacing, colors, and control components as application-level decisions. The renderer’s UI exports are intended to be composed rather than treated as a fixed visual theme.

A practical approach

  1. Define document typography tokens alongside the rest of your app theme.
  2. Replace the highest-visibility block components first.
  3. Verify long content, nested lists, links, and code blocks on both platforms.

Prefer semantic overrides over one-off styles so light and dark themes stay consistent as the document grows.