UNPKG

265 BJavaScriptView Raw
1// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3import { Linking } from 'react-native';
4export var launchUri = function (url) { return Linking.openURL(url); };
5//# sourceMappingURL=urlOpener.native.js.map
\No newline at end of file