问题
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?
回答1:
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
来源:https://stackoverflow.com/questions/43937927/marked-for-react-native