Flutterwave / React-Native

React Native library for Flutterwave for Business (F4B) v2 and v3 APIs.
https://developer.flutterwave.com/
MIT License
6 stars 13 forks source link

Tried to register two views with the same name RNCWebView #63

Open Millz147 opened 1 year ago

Millz147 commented 1 year ago

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

abraham-alizor commented 1 year ago

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

Gentlekboy commented 1 year ago

@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.

allenhark commented 1 month ago
  "postinstall": "npx jetifier && patch-package && rm -rf ./node_modules/flutterwave-react-native/node_modules/react-native-webview"

Add this in package.json scripts