react-native-markdown-renderer
react-native-markdown-renderer copied to clipboard
React (web) support?
trafficstars
I really like how this library wraps custom functionality around the Markdown-it lib. But why return Text and View (native functionality) instead of cross support, where Text returns a Text component for native and a span for example on web.
In this case you can use this library for both react and react native.
Allready thought of this? And what do you think of this idea?
Thats a nice thought, maybe by switching between render rules we could add this
Well considering this actually works with react-native-web and is title react-native, it sort of makes sense to work with native components IMHO.