UNPKG

@aws-amplify/auth

Version:
7 lines 360 B
"use strict"; // 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