You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Asking this as this seems to be the only well-maintained markdown library, so would love to use it just for displaying
The text was updated successfully, but these errors were encountered: