Webview 未出现在 Expo Web 中

Webview not appearing in Expo Web

在 expo 移动应用程序中工作正常,但在 Web 浏览器上通过 运行 命令 expo start --web

打开 Expo 应用程序时相同的代码不显示任何内容

这里是示例代码

    <WebView 
     originWhitelist={['*']} 
     source={{ uri: 'https://sofit.ltd' }}
     style={{marginBottom:100, height:"100%", width:"100%" }}
    />

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