auth0 / react-native-auth0

React Native toolkit for Auth0 API
https://auth0.com
MIT License
488 stars 208 forks source link

Cannot build my app since release 2.15.0 #548

Closed sam-houle1 closed 1 year ago

sam-houle1 commented 1 year ago

Describe the problem

Today I woke up to my android environnement not working, not sure what happened, yesterday everything was fine, I did not upgrade any package whatsoever, my current auth0 package version is 2.13.1.

The error is : Cannot choose between the following variants of com.facebook.react:react-native:0.71.0-rc.0:

Screen Shot 2022-11-07 at 11 42 30 AM

What was the expected behavior?

When I run npx react-native run-android, the app should build with no crash. Also, not sure how did crash started, if I don't upgrade the package I should not have any crash?

Reproduction

Environment

"react-native-auth0": "^2.13.1",

"dependencies": { "@expo/react-native-action-sheet": "^3.13.0", "@formatjs/intl-datetimeformat": "^6.0.3", "@formatjs/intl-getcanonicallocales": "^1.7.0", "@formatjs/intl-locale": "^2.4.28", "@formatjs/intl-numberformat": "^7.1.2", "@formatjs/intl-pluralrules": "^4.0.22", "@gorhom/bottom-sheet": "^4.3.2", "@notifee/react-native": "^1.0.0", "@optimizely/optimizely-sdk": "^4.0.0", "@react-native-async-storage/async-storage": "^1.17.7", "@react-native-community/cameraroll": "^4.0.1", "@react-native-community/clipboard": "^1.5.1", "@react-native-community/datetimepicker": "^2.3.1", "@react-native-community/netinfo": "^5.9.10", "@react-native-firebase/app": "^10.2.0", "@react-native-firebase/messaging": "^10.2.0", "@sentry/react-native": "^2.6.2", "axios": "^0.21.1", "axios-retry": "^3.1.2", "cmbsdk-react-native": "^1.1.0", "crypto-js": "^3.3.0", "date-fns": "^2.23.0", "date-fns-tz": "^1.1.6", "deepmerge": "^4.2.2", "emoji-toolkit": "^5.5.0", "fbjs": "^3.0.4", "i18n-js": "^3.8.0", "immutability-helper": "^3.0.2", "jwt-decode": "^3.1.2", "libphonenumber-js": "^1.7.50", "lodash": "^4.17.20", "mixpanel-react-native": "^1.3.4", "polished": "^4.0.5", "prop-types": "^15.7.2", "pusher-js": "^7.0.3", "qs": "^6.9.3", "react": "17.0.2", "react-native": "^0.67.4", "react-native-animatable": "^1.3.3", "react-native-audio-recorder-player": "^3.3.3", "react-native-auth0": "^2.13.1", "react-native-camera": "^4.0.3", "react-native-display": "^1.0.8", "react-native-dotenv": "^0.2.0", "react-native-event-listeners": "^1.0.7", "react-native-flipper": "^0.163.0", "react-native-fs": "^2.18.0", "react-native-gesture-handler": "^2.5.0", "react-native-image-pan-zoom": "^2.1.12", "react-native-image-picker": "^4.4.2", "react-native-image-resizer": "^1.2.1", "react-native-keyboard-manager": "^6.5.4-2", "react-native-linear-gradient": "^2.5.6", "react-native-masked-text": "^1.13.0", "react-native-navigation": "^7.27.1", "react-native-pell-rich-editor": "^1.8.6", "react-native-progress": "^5.0.0", "react-native-reanimated": "^2.4.0", "react-native-section-list-get-item-layout": "^2.2.3", "react-native-splash-screen": "^3.2.0", "react-native-status-bar-height": "^2.6.0", "react-native-svg": "^12.1.0", "react-native-tag-input": "^0.0.21", "react-native-tailwindcss": "^1.1.11", "react-native-track-player": "^2.0.3", "react-native-version-number": "^0.3.6", "react-native-video": "^5.1.1", "react-native-webview": "^11.13.0", "react-native-ziggeo-library": "^1.6.11", "react-redux": "^7.2.4", "redux-saga": "^1.1.3", "redux-thunk": "^2.3.0", "rn-fetch-blob": "^0.12.0", "rn-tooltip": "^3.0.1", "slugify": "^1.6.0" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "@types/react-native": "^0.64.13", "babel-eslint": "^10.0.3", "babel-jest": "^26.6.3", "eslint": "^7.14.0", "eslint-config-airbnb": "^18.0.1", "eslint-config-prettier": "^6.9.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.20.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.18.0", "eslint-plugin-react-hooks": "^1.7.0", "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-watch": "^7.0.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.66.2", "prettier": "^1.19.1", "prettier-eslint": "^9.0.1", "react-native-config": "^1.4.3", "react-test-renderer": "17.0.2", "reactotron-react-native": "^5.0.0", "reactotron-redux": "^3.1.3", "reactotron-redux-saga": "^4.2.3", "redux-devtools-extension": "^2.13.8", "redux-flipper": "^1.4.2" },

sam-houle1 commented 1 year ago

Closing, for duplicate