Hypercontext / linkifyjs

JavaScript plugin for finding links in plain-text and converting them to HTML <a> tags.
https://linkify.js.org
MIT License
1.83k stars 182 forks source link

React Native support #487

Closed ValeryVerkhoturov closed 1 month ago

ValeryVerkhoturov commented 1 month ago

Does the library support React Native app?

nfrasser commented 1 month ago

@ValeryVerkhoturov it should, you may just have to override the render function with a custom non-<a> tag link component. Details here.