Skip to content

Remove react-native-windows from peerDependencies #338

New issue

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

Merged
merged 1 commit into from
Nov 5, 2021

Conversation

BartoszKlonowski
Copy link
Member

This pull request fixes #333

It removes the react-native-windows from peerDependencies.
It turns out that if installing this package for an application with react-native, the react-native-windows being required is not always met. And it doesn't have to be met, so requiring this package for every case can lead to conflicts.

NOTE: removing this from peerDependencies is still safe, because when using this app for Windows development, the react-native-windows has to be installed in the first place, so there's no benefit or requirement from having this library specified.

@BartoszKlonowski BartoszKlonowski added the dependencies Pull requests that update a dependency file label Nov 4, 2021
@BartoszKlonowski BartoszKlonowski merged commit 6266d9f into main Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't install with NPM, unable to resolve dependency tree
1 participant