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
When it's nested inside a View component, you need to set both view and webview flex to 1.
eg. -