关于react-native报错: Invariant Violation: WebView has been removed from React Native. It can ....

 react-native 0.6之后版本已从react-native移除WebView组件,

import {WebView} from "react-native" -- 当前最新版本已不支持

 

按文档上步骤发现需要安装依赖项: react-native-webview

npm i react-native-webview

 

import { WebView } from "react-native-webview"

posted @ 2020-05-14 14:11  james_liang  阅读(1338)  评论(0编辑  收藏  举报