Rich Text in React Native Software Mansion's production patterns for rich text editing and Markdown rendering in React Native. There are two libraries that cover rich text use cases: | Library | Component | Purpose | |---------|-----------|---------| | | | Rich text editing (input) | | | | Markdown rendering (display) | Both libraries require the React Native New Architecture (Fabric) and support iOS and Android. Choosing the right library - User needs to type/edit rich text (bold, italic, mentions, links, inline images): use - App needs to display Markdown content (chat messages, documentati…