Skip to content

Commit

Permalink
Update react-native-markdown-renderer library (#27901)
Browse files Browse the repository at this point in the history
react-native-markdown-renderer is no longer being updated. It has
stopped supporting React 17 or above. Updated the library to use a fork
of react-markdown-renderer that is still being updated and supports the
latest version of React.
  • Loading branch information
waiscodes committed Mar 27, 2024
1 parent bbaa412 commit 6dec133
Showing 1 changed file with 1 addition and 1 deletion.
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://www.npmjs.com/package/react-native-markdown-display) or another.

- 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

0 comments on commit 6dec133

Please sign in to comment.