How do I display a hyperlink in a React Native app?
e.g.
Google
Another helpful note to add to the above responses is to add some flexbox styling. This will keep the text on one line and will make sure the text doesn't overlap the screen.
Add your Linking.openURL('https://www.google.com')} > link here.