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

Text Input #53

Closed filipegl closed 2 years ago

filipegl commented 4 years ago

Is your feature request related to a problem? Please describe. I can't identify links through Text Input

Describe the solution you'd like It would be amazing if it were possible to identify links through Text Input, just like Whatsapp

mmkhmk commented 2 years ago

It would be appreciated if TextInput is supported. Thank you.

obipawan commented 2 years ago

No plans for TextInput at the moment.

charlestbell commented 1 year ago

+1 for textInput support

charlestbell commented 1 year ago

NVM, turns out it's built right into TextInput:

<TextInput editable={false} multiline dataDetectorTypes={'link'} />

https://reactnative.dev/docs/textinput#datadetectortypes-ios

MystDexter commented 10 months ago

Thanks for the tip @charlestbell Has anyone figured out how to change the color of dataDetectorTypes links?