import { Linking, Button } from "react-native"; {/*Insert the rest of your code :)*/} <Button title="Open Motorola Website" onPress={() => Linking.openURL('https://www.motorola.com')} /> {/*Hello Moto*/}