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"
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"
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。