有没有办法直接将Web React组件传递给WebView?像这样的东西-
import ReactContainer from 'somewhere'; import { WebView } from "react-native-webview"; <WebView source={{ html: "<ReactContainer/>" }} ></WebView>
reactjs react-native react-native-webview
react-native ×1
react-native-webview ×1
reactjs ×1