How do I display a hyperlink in a React Native app?
e.g.
Google
Import Linking the module from React Native
import { TouchableOpacity, Linking } from "react-native";
Try it:-
Linking.openURL('http://Facebook.com')}> Facebook