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
As this is more of a extension to a project rather than a standalone. it is better to have things as peer dependencies.
dependencies are in package.json
dependencies
dependencies should be copied to peerDependencies and devDependences
peerDependencies
devDependences
n/a
I recently encountered this Invariant Violation: Tried to register two views with the same name RNCWebview due to different versions of react-native-webview because due to my situation, I have to use the older version of this module and expo updated to v11.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
As this is more of a extension to a project rather than a standalone. it is better to have things as peer dependencies.
Current Behavior
dependencies
are in package.jsonPossible Solution
dependencies
should be copied topeerDependencies
anddevDependences
Steps to Reproduce (for bugs)
n/a
Context
I recently encountered this Invariant Violation: Tried to register two views with the same name RNCWebview due to different versions of react-native-webview because due to my situation, I have to use the older version of this module and expo updated to v11.
Your Environment
The text was updated successfully, but these errors were encountered: