Skip to content
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

tried to register two views with the same name RNCWebView #7

Open
rajisundaram-s opened this issue Apr 12, 2020 · 1 comment
Open

Comments

@rajisundaram-s
Copy link

I have already intalled Webview after run this npm react-native-rte showw error tried to register two views with the same name RNCWebView

@Hirurgo
Copy link

Hirurgo commented Sep 21, 2021

yes, it's issue in lib package.json
image

need to define webview in peerDependencies and write something like this >=5.3.0

@rajisundaram-s you can:

  1. install your own webview with the same version
  2. if you use yarn, add this to package.json to specify needed version
  "resolutions": {
    "react-native-webview": "^11.13.0"
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants