-
Notifications
You must be signed in to change notification settings - Fork 463
Home
Mient-jan Stelling edited this page Feb 17, 2026
·
2 revisions
A 100% CommonMark-compatible markdown renderer for React Native using native components (not WebView). All elements are rendered as native React Native components that can be overwritten when needed.
- Getting Started - Installation, requirements, and basic usage
- Custom Styles - Override default styles for any element
- Custom Rules - Replace render rules with your own components
- Custom Renderer - Provide a fully custom AstRenderer
- Plugins - Extend syntax with markdown-it plugins
- API Reference - Complete API documentation
- Migration from v3 - Upgrading from v3 to v4
The repository includes an Expo example app with interactive demos of each feature. See the example/ directory.
Simple Examples