React-Native icon indicating copy to clipboard operation
React-Native copied to clipboard

Tried to register two views with the same name RNCWebView

Open Millz147 opened this issue 2 years ago • 3 comments

The Installed Webview on your library is conflicting with the main project webview. please look into this. This is crashing my application

Millz147 avatar Mar 17 '23 10:03 Millz147

@Millz147 where are you able to find a solution to this? had this issue using expo

scalablecodes avatar Apr 19 '23 23:04 scalablecodes

@abraham-alizor I fixed this by upgrading my react-native-webview library from "react-native-webview": "11.18.1" to "react-native-webview": "^13.3.1". I am using the expo bare workflow.

Gentlekboy avatar Aug 15 '23 13:08 Gentlekboy

  "postinstall": "npx jetifier && patch-package && rm -rf ./node_modules/flutterwave-react-native/node_modules/react-native-webview"

Add this in package.json scripts

allenhark avatar Jul 28 '24 16:07 allenhark