Text Input
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
It would be appreciated if TextInput is supported. Thank you.
No plans for TextInput at the moment.
+1 for textInput support
NVM, turns out it's built right into TextInput:
<TextInput editable={false} multiline dataDetectorTypes={'link'} />
https://reactnative.dev/docs/textinput#datadetectortypes-ios
Thanks for the tip @charlestbell Has anyone figured out how to change the color of dataDetectorTypes links?