Hello
i use this package who work very well on desktop
i noticed this don't work on mobile ( iphone & android )
<Linkify
componentDecorator={(decoratedHref, decoratedText, key) => (
<a target="blank" href={decoratedHref} key={key}>
{decoratedText}
</a>
)}>
{content}
</Linkify>
Is there any fix ? thanks