@aws-amplify/auth
Version:
Auth category of aws-amplify
7 lines • 360 B
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
var react_native_1 = require("react-native");
exports.launchUri = function (url) { return react_native_1.Linking.openURL(url); };
//# sourceMappingURL=urlOpener.native.js.map
;