Plugin for ReactXP that provides support for Markdown for Web, Android and iOS.
This repo is archived due to ReactXP having reached End of life
Please consider moving to ReactNative for web
Based on react-native-markdown-renderer.
npm install --save reactxp-markdown
- Added support for the following inline HTML rules:
<b>, <i>, <a>, <em>, <strong>
- Fixed crash when using inline html rules
- Migrated react-native to version 0.61.5
- Updated dependencies
- Updated dependencies to fix vulnerabilities
- Made text selectable (web)
- Fixed text wrap in web
- Fixed image loading in iOS
See react-native-markdown-renderer
Hint: If images are not showing up on iOS, enable typographer in the MarkdownIt settings.
This project is licensed under the MIT License - see the LICENSE file for details