小编Pra*_*pta的帖子

如何在WebView(react-native-webview)中注入React组件?

有没有办法直接将Web React组件传递给WebView?像这样的东西-

import ReactContainer from 'somewhere';
import { WebView } from "react-native-webview";

<WebView
        source={{ html: "<ReactContainer/>" }}
></WebView> 
Run Code Online (Sandbox Code Playgroud)

reactjs react-native react-native-webview

5
推荐指数
2
解决办法
4638
查看次数