Webview 未出现在 Expo Web 中

has*_*eem 5 react-native expo react-native-webview

在 expo 移动应用程序中工作正常,但通过运行命令在 Web 浏览器上打开 Expo 应用程序时,相同的代码不会显示任何内容expo start --web

这是示例代码

    <WebView 
     originWhitelist={['*']} 
     source={{ uri: 'https://sofit.ltd' }}
     style={{marginBottom:100, height:"100%", width:"100%" }}
    />
Run Code Online (Sandbox Code Playgroud)

Ole*_*leg 5

您是否仅在网络上尝试过?试试这个小吃: https: //snack.expo.io/@djalik/webview-demo