iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
568 stars 167 forks source link

Base node keys on content #131

Closed zecakeh closed 9 months ago

zecakeh commented 3 years ago

Right now, the node keys are based on the time of parsing. From what I know, it makes the whole view rerender everytime the content is parsed because the keys change.

If the keys were based on the content of the view, it would prevent that from happening.