react-native-markdown-renderer icon indicating copy to clipboard operation
react-native-markdown-renderer copied to clipboard

Local image file not loaded on Android

Open rheesh opened this issue 6 years ago • 0 comments
trafficstars

This is because the local URI must start with "file://" on Android. (For iOS, it works well whether it starts with "file://".) When image URI starts with "file://", markdown-it is recognized as text rather than image tag. Therefore, I suggest to check local URI and pasting "file://" at the rendering point.

renderRules.patch.txt

rheesh avatar Feb 12 '19 03:02 rheesh