react-native-intercom-webview icon indicating copy to clipboard operation
react-native-intercom-webview copied to clipboard

Not working

Open sebitoelcheater opened this issue 5 years ago • 1 comments

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

sebitoelcheater avatar May 26 '20 04:05 sebitoelcheater

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

hichem-bh avatar Sep 06 '23 16:09 hichem-bh