UNPKG

react-native-msal

Version:
10 lines (9 loc) 593 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config_plugins_1 = require("@expo/config-plugins"); const withAndroidReactNativeMSAL_1 = require("./withAndroidReactNativeMSAL"); const withIosReactNativeMSAL_1 = require("./withIosReactNativeMSAL"); const withReactNativeMSAL = (config, { androidPackageSignatureHash }) => { return (0, config_plugins_1.withPlugins)(config, [[withAndroidReactNativeMSAL_1.withAndroidReactNativeMSAL, androidPackageSignatureHash], withIosReactNativeMSAL_1.withIosReactNativeMSAL]); }; exports.default = withReactNativeMSAL;