bdares
0
Q:

open websute react native

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*/}
1
Linking
  .openURL('https://link.com')
  .catch(err => console.error('Error', err));
0

New to Communities?

Join the community