iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
604 stars 172 forks source link

fix children typing on MarkdownStatic #198

Closed MilanBarande closed 11 months ago

MilanBarande commented 11 months ago

As things stand, this code

image

causes this typescript error

image

This is a simple fix to add children to the accepted props of the Markdown component.