React native support for react-markdown? #579
-
I am trying to use
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It is theoretically possible (see remarkjs/react-markdown#141 (comment)). |
Beta Was this translation helpful? Give feedback.
-
I tried various Markdown rendering solutions in React Native but couldn’t find one that looked elegant or felt flexible enough. So I built react-native-remark. https://github.com/imwithye/react-native-remark react-native-remark: • Built on top of the unified and remark ecosystems |
Beta Was this translation helpful? Give feedback.
It is theoretically possible (see remarkjs/react-markdown#141 (comment)).
No one has document/shared an example of using it with RN yet, a PR adding docs would be welcome!