Marked for react-native

javascript-marked, markdown, react-native

Solution

I did not have a chance to try any, but it looks like there are some libraries available, that can handle markdown

- react-native-markdown

- react-native-markdown-view

- react-native-simple-markdown

Problem

I am fetching strings with markdown from api and trying to use them in react-native project. Is there any similar library to marked that can be used in react-native or what is the best practice to achieve same result?

Original source