iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
564 stars 166 forks source link

Custom tags support?? like markdown-to-jsx #177

Closed subhranshudas closed 8 months ago

subhranshudas commented 2 years ago

Hello All, I am trying to support the following -

  1. Plain Markdown
  2. JSX styled tags (e.g. <MyCustomTag color="blue">Hello There</MyCustomTag>)
  3. Mix of above 2.

For the React web part i am able to implement the above 3 with the below package https://www.npmjs.com/package/markdown-to-jsx

Now i wanted the same support for React-Native apps.

My query- I have been able to support (1) with this package, but need a way to support (2) & (3) ??

Any pointers??

Thanks!!

pavan168 commented 1 year ago

Did you manage to solve this?