React-Native
React-Native copied to clipboard
Tried to register two views with the same name RNCWebView
The Installed Webview on your library is conflicting with the main project webview. please look into this. This is crashing my application
@Millz147 where are you able to find a solution to this? had this issue using expo
@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.
"postinstall": "npx jetifier && patch-package && rm -rf ./node_modules/flutterwave-react-native/node_modules/react-native-webview"
Add this in package.json scripts