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
Below is piece of the code which worked for me.
render: function(){ return( ); }