Overview
React Native Markdown Renderer is a 100% compatible CommonMark renderer designed specifically for React Native. It uses native components for all elements and can be customized as needed. The renderer supports various syntax elements such as tables, headings, lists, emphasis, code blocks, syntax highlighting, links, images, and more.
Features
- Native Components: Utilizes native components for all elements
- Customizable: Components can be overwritten as needed
- Syntax Support: Supports a range of syntax elements including tables, headings, emphasis, and more
- Plugin Support: Offers plugins for additional syntax support
- Compatibility: Tested on different versions of React and React Native
Installation
To install React Native Markdown Renderer, you can use npm or yarn. Here are the commands:
npm install react-native-markdown-renderer
or
yarn add react-native-markdown-renderer
Summary
React Native Markdown Renderer is a versatile and customizable renderer designed specifically for React Native projects. It offers support for a wide range of markdown syntax elements and provides the flexibility to overwrite native components when needed. With plugin support and compatibility across different versions of React and React Native, it is a robust tool for rendering markdown content in React Native applications.