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
Today the react-native-gesture-handler is on "dependencies" section:
react-native-testing-library/package.json
Lines 49 to 55 in c872048
This causes conflict with react-native-gesture-handler version installed on project:
Move react-native-gesture-handler to peerDependencies or devDependencies
peerDependencies
devDependencies
Just create a new Expo project and then install @testing-library/react-native
N/A
@testing-library/react-native: 13.1.0 => 13.1.0 react: 18.3.1 => 18.3.1 react-native: 0.76.7 => 0.76.7 react-test-renderer: 18.3.1 => 18.3.1
The text was updated successfully, but these errors were encountered:
I'd appreciate feedback on this. If it's acceptable, I can proceed with creating a PR to address the issue.
Sorry, something went wrong.
my bad, should be dev-deps. Fixing now.
Moved to dev-deps, not a peer dep realy. Fixed in #1754. Released as 13.1.1! 🎉
No branches or pull requests
Describe the bug
Today the react-native-gesture-handler is on "dependencies" section:
react-native-testing-library/package.json
Lines 49 to 55 in c872048
This causes conflict with react-native-gesture-handler version installed on project:
Expected behavior
Move react-native-gesture-handler to
peerDependencies
ordevDependencies
Steps to Reproduce
Just create a new Expo project and then install @testing-library/react-native
Screenshots
N/A
Versions
The text was updated successfully, but these errors were encountered: