UNPKG

205 BPlain TextView Raw
1// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3
4import { Linking } from 'react-native';
5
6export const launchUri = url => Linking.openURL(url);