Is there a way to use the logic of this package for a standalone Markdown display component without text editing?
Asking this as this seems to be the only well-maintained markdown library, so would love to use it just for displaying
Hi @markwitt1, thanks for opening this issue.
Looks like it's related to https://github.com/Expensify/react-native-live-markdown/issues/205.
We're working on it in https://github.com/Expensify/react-native-live-markdown/pull/125 but had to prioritize other tasks.
For now, you can also use MarkdownTextInput with editable={false} as a workaround.
Hey @tomekzaw , thanks for the quick update! Do you think there is already an MVP version one could use for very simple components such as text/bold text / list items? Also what would be the downside of just wrapping a UIKit markdown library?
Do you think there is already an MVP version one could use for very simple components such as text/bold text / list items?
At this time not really, sorry.
what would be the downside of just wrapping a UIKit markdown library?
There are no downsides, it's just another approach. Live Markdown is meant to be a drop-in replacement for React Native's built-in TextInput (and hopefully Text) components so it makes sense to build on top of the RN native components.
Hi there! Any updates on this? Thanks for your work on this!
@markwitt1 No updates for now, sorry. This is still on the roadmap, though.