How do I display a hyperlink in a React Native app?
e.g.
Google
Something like this:
Linking.openURL('http://google.com')}> Google
using the Linking module that's bundled with React Native.
Linking