[Invariant Violation: WebView has been removed from react-native.][1]
[1]: https://i.stack.imgur.com/ce7T9.png, https://snack.expo.io/@aboutreact/generation-of-qr-code-in-react-native?session_id=snack-session-ESXWizmjL
[Invariant Violation: WebView has been removed from react-native.][1]
[1]: https://i.stack.imgur.com/ce7T9.png, https://snack.expo.io/@aboutreact/generation-of-qr-code-in-react-native?session_id=snack-session-ESXWizmjL
WebView have been removed from React Native Core. You should install the package to use it.
npm install --save react-native-webview
For IOS, need to do
cd ios && pod install
Use like
import { WebView } from 'react-native-webview';
More details at Package and Getting Started Guide