Reputation: 4641
Hey there i am using payment integration lib https://www.npmjs.com/package/rn-telr-sdk
whenever try to run it it gives me this error therefore if anyone is facing this error please do help me on this.
Upvotes: 6
Views: 1162
Reputation: 1
This can also happen when the library is duplicated. Check that there is no other library containing a different version of react-native-webview
Upvotes: 0
Reputation: 31
I fixed this, just updated react-native-webview to the latest version in my case it is 13.7.0 npm i react-native-webview@latest
Upvotes: 2