react-native-msal
Version:
React Native wrapper for iOS and Android
10 lines (9 loc) • 593 B
JavaScript
;
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;