Closed agarwalnitesh closed 4 years ago
I can fix this issue by removing react-native-webview from package.json dependencies of @haskkor/react-native-recaptchav3.
But stuck in other issue where I'm unable to get the token:
I don't think removing the dependency from this package is the best method. Could we upgrade the dependency to 10?
This issue is because this library itself has a dependency on react-native-webview version 9.0.1. I have fixed this issue by updating react-native-webview to version 11.18.1.
Issue Description I'm already depending on react-native-webview and when I add @haskkor/react-native-recaptchav3 I'm getting this error: Tried to register two views with the same name RNCWebView
MyProjectPackage.json { "dependencies": { "react-native-webview": "9.0.1", "@haskkor/react-native-recaptchav3": "1.2.0", } } and @haskkor/react-native-recaptchav3 package.json
{ "dependencies": { "react-native-webview": "9.0.1", } }
Please suggest Any fix!!