iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
590 stars 169 forks source link

Local Image not displaying on expo app. #141

Closed sagoncalves closed 10 months ago

sagoncalves commented 3 years ago

Hi i cant refer to a local image in my expo app, is there any way to achieve this?

Wich could be the right path? The image is located at the sample place that the markdown file. /assets/markdown/learn/info.md

/assets/markdown/learn/image.png

Tried with:

![title](image.png)

![title](./../assets/markdown/learn/image.png)

Thanks!