react-native-intercom-webview
react-native-intercom-webview copied to clipboard
Not working
Invariant Violation: WebView has been removed from React Native. It can now be installed and imported from 'react-native-webview' instead of 'react-native'. See 'https://github.com/react-native-community/react-native-webview'.
If anyone is blocked with this issue, you can simply change the import from IntercomWebView.js to import {WebView} from 'react-native-webview' and don't forget to install it