【发布时间】:2020-05-30 20:23:20
【问题描述】:
有没有办法直接将 Web React 组件传递给 WebView?像这样-
import ReactContainer from 'somewhere';
import { WebView } from "react-native-webview";
<WebView
source={{ html: "<ReactContainer/>" }}
></WebView>
【问题讨论】:
标签: reactjs react-native react-native-webview