We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Quickstart instructions for React Native have a command that fails to run because of a dependency resolution issue.
To Reproduce Steps to reproduce the behavior: Adding authentication step:
npm add \ @aws-amplify/ui-react-native \ @aws-amplify/react-native \ aws-amplify \ @react-native-community/netinfo \ @react-native-async-storage/async-storage \ react-native-safe-area-context \ react-native-get-random-values \ react-native-url-polyfill
returns an error of incompatibility: npm error While resolving: [email protected] npm error Found: [email protected] npm error node_modules/react-native npm error react-native@"0.76.5" from the root project
npm error While resolving: [email protected] npm error Found: [email protected] npm error node_modules/react-native npm error react-native@"0.76.5" from the root project
Expected behavior Commands from quick start instructions should all succeed without errors.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
You can turn off strict version checking as a workaround npm config set legacy-peer-deps true
npm config set legacy-peer-deps true
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Quickstart instructions for React Native have a command that fails to run because of a dependency resolution issue.
To Reproduce
Steps to reproduce the behavior:
Adding authentication step:
npm add \ @aws-amplify/ui-react-native \ @aws-amplify/react-native \ aws-amplify \ @react-native-community/netinfo \ @react-native-async-storage/async-storage \ react-native-safe-area-context \ react-native-get-random-values \ react-native-url-polyfill
returns an error of incompatibility:
npm error While resolving: [email protected] npm error Found: [email protected] npm error node_modules/react-native npm error react-native@"0.76.5" from the root project
Expected behavior
Commands from quick start instructions should all succeed without errors.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: