I am trying to implement react native webview component in my application, but the web view is not loading any url its just showing the white page.
var React
If you want the component to render the entire page, you need to wrap it with View that has flex: 1. The code below works for me:
flex: 1