Expensify / react-native-live-markdown

Drop-in replacement for React Native's TextInput component with Markdown formatting.

Home Page:https://www.npmjs.com/package/@expensify/react-native-live-markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request : Read-only component (viewer component)

floydkim opened this issue · comments

Thanks for the great library.

It would be great if it came with a dedicated component for displaying pre-written markdown strings on the screen.
(It would also be fantastic if the user could select and copy some of the text in iOS/Android)

@floydkim Thanks a lot! See draft PR #125 which adds MarkdownText component.

@tomekzaw Wow 😲 Thanks for sharing.
Hope your work goes well.

@floydkim Thanks a lot! See draft PR #125 which adds MarkdownText component.

Can't wait for this to be merged!