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

Introduction

Welcome to the react-native-notion-markdown documentation. The project turns Notion-flavored markdown into a structured document model that can be rendered and edited in React Native applications.

What you will find here

  • A small document engine that can parse, transform, and serialize markdown.
  • React Native renderers for displaying documents in application UI.
  • An editor surface and reusable UI pieces for authoring content.
  • Native adapters for platform-specific behavior.

Choose a path

If you are new to the package, start with Installation, then follow Quick start. If you are evaluating the package structure, continue to the entry points guide.