Overview
The react-native-markdown is a component designed for rendering Markdown in React Native. It allows users to display Markdown content within their React Native applications.
Features
- Autolink: Work in progress
- BlockQuote: Work in progress
- CodeBlock: Work in progress
- Del: Represents deleted text
- Em: Represents emphasized text
- Heading: Represents different heading levels (heading1 through heading6)
- Hr: Represents a thematic break in the content
- Image: Implemented with fixed size (50x50) until auto width is supported by React Native
- InlineCode: Represents inline code text
- Link: Work in progress
Installation
To install the react-native-markdown module, use the following command:
npm install react-native-markdown --save
Usage: Import the module and use the <Markdown/> tag to render Markdown content with customizable style properties.
Summary
The react-native-markdown component provides a convenient way to display Markdown content within React Native applications. Users can customize the styling of various elements using the provided properties. While some features are still a work in progress, the module offers essential Markdown rendering capabilities for React Native environments.