關於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"


免責聲明!

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



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM