react-native-markdown-renderer
react-native-markdown-renderer copied to clipboard
iOS - Link not clickable
trafficstars
Links are automatically styled correctly and are clickable on Android, but on IOS the onPress is not triggered at all.
If we change the onPress of the link in renderRules.js to show an alert, we can see that the onPress is never called, so there is no problem with opening the link.
What could be the problem here? Is opening a link inside a text on IOS supported in the first place?
Thanks.