react-native-markdown-renderer
react-native-markdown-renderer copied to clipboard
Local image file not loaded on Android
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.