React Native Webview not loading any url (React native web view not working)

后端 未结 14 1906
悲哀的现实
悲哀的现实 2020-12-14 05:41

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         


        
14条回答
  •  旧巷少年郎
    2020-12-14 06:31

    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() }} />
                    
                    
    
                
            );
        }
    }
    

提交回复
热议问题