React-Native
React-Native copied to clipboard
🐛 Fixed RNCWebview version conflict
This is to fix a crash happening whenever react-native-webview
version is updated:
Invariant Violation: Tried to register two views with the same name RNCWebView, js engine.
Replication steps:
- Install a
react-native-webview
version that is>=6.0.2
- Update
react-native-webview
to a newer version - Run the code and try to open Flutterwave's webview
@corneliusyaovi @thecodecafe
Could we prioritize merging this fix? Our company is the process of updating our React Native Expo to version 50, and we're encountering the following issue: "Invariant Violation: Tried to register two views with the same name RNCWebView, js engine." This fix would be crucial to resolving this problem.
Thank you!
@Olatokumbo @corneliusyaovi @thecodecafe how far with this PR?