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

URL not detected when underscore exists in domain name #79

Open sunilanumolu opened 1 year ago

sunilanumolu commented 1 year ago

Describe the bug URL not detected when underscore exists in domain name

To Reproduce Steps to reproduce the behaviour: Simple, just try any url with underscore in the domain name for example: https://stocks_uhpavf.rpy.club/

Expected behavior URL should be detected even when underscore exists in domain name

Using the latest version of this package 0.0.22 "react": "17.0.1", "react-native": "0.65.3",

P.S: btw great package @obipawan, very helpful thanks.