React Native Markdown

screenshot of React Native Markdown
react

Markdown component for React Native

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

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.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components