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

前端 未结 6 1206
南旧
南旧 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 01:57

    Try this to open a pdf file. Li'l out of the box but I am sure it would help someone :)

    {
        Platform.OS === "android" ? 
            
            :
            
    }
    

提交回复
热议问题