Outdated Peer Dependencies
Opened this issue · 2 comments
JPStrydom commented
The peer dependencies in this project are outdated, which result in NPM install errors:
The current peerDependencies in ad-b2c-react-native/blob/master/packages/lib/package.json
are:
"peerDependencies": {
"expo-web-browser": "^10.1.0",
"react": "^17.0.1"
},
These can safely be updated to:
"peerDependencies": {
"expo-web-browser": ">=10.1.0",
"react": ">=17.0.1"
},
JPStrydom commented
As a temporary workaround, I've made a fork available on NPM - it can be installed with npm i azure-ad-b2c-react-native -S
SpazJibo commented
I can confirm there are dependency issues still currently in the project. is this still being maintained?