Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-native-markdown-renderer library #27901

Merged
merged 2 commits into from Mar 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/guides/editing-richtext.mdx
Expand Up @@ -13,7 +13,7 @@ There’s currently no default solution for that in the React Native ecosystem.

There are a lot of good options to display rich text:

- For markdown content, you can use a markdown renderer such as [`react-native-markdown-renderer`](https://www.npmjs.com/package/react-native-markdown-renderer) or another.
- For markdown content, you can use a markdown renderer such as [`react-native-markdown-display`](https://github.com/jonasmerlin/react-native-markdown-display) or another.
brentvatne marked this conversation as resolved.
Show resolved Hide resolved

- For HTML content, you can use [`@expo/html-elements`](https://www.npmjs.com/package/@expo/html-elements) or a webview ([`react-native-webview`](/versions/latest/sdk/webview/)).

Expand Down