Can I use WebView inside a View (react native)?

前端 未结 6 1181
南旧
南旧 2021-02-07 01:13

I am trying to use WebView Component inside View component, for a react native application I am working on. When I embed WebView inside View, I am not seeing the content I am di

6条回答
  •  自闭症患者
    2021-02-07 02:06

    You should specify a width and height for your webview. Do it as follow:

    render() {
    return (
      
    );}
    

提交回复
热议问题