-
In your
app.json|app.config.js|app.config.ts
, add thereact-native-msal
plugin with theandroidPackageSignatureHash
parameter:{ "expo": { // ... "plugins": [ // ... [ "react-native-msal", { "androidPackageSignatureHash": "<base64 package signature hash>" // ex: "Xo8WBi6jzSxKDVR4drqm84yr9iU=" } ] ] } }
This repository has been archived by the owner on May 20, 2022. It is now read-only.