obipawan / react-native-hyperlink

A <Hyperlink /> component for react-native that makes urls, fuzzy links, emails etc clickable
MIT License
801 stars 76 forks source link

Not detected hyper link in text #63

Closed XoanTT closed 2 years ago

XoanTT commented 3 years ago

I have some text detail to show and I won't show hyperlinks. this text's ok: 'this is link https://www.google.com.vn/' but this text is not OK: 'this is linkhttps://www.google.com.vn/' I think it can't be detected hyperlink when link not white space

obipawan commented 2 years ago

@XoanTT this package is built on top of linkify-it for parsing potential links. You'd have to build your own patterns as per the documentation of linkify-it to get custom links apart from the defaults that it understands.