diff --git a/docs/pages/guides/editing-richtext.mdx b/docs/pages/guides/editing-richtext.mdx index b0b31d4e81154..33b63480427a2 100644 --- a/docs/pages/guides/editing-richtext.mdx +++ b/docs/pages/guides/editing-richtext.mdx @@ -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/)).