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
I am doing React Native Webview, Could you please suggest me how to makeWebview loading the uri
render() { return ( { // alert("Modal closed"); }}> Interests { this.refs.webModal.close() }} /> ); } }