Skip to content

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