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

后端 未结 14 1893
悲哀的现实
悲哀的现实 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:30

    I had the same issue and spent a day attempting to fix it. I copied in the UIExplorer webview example, and that didn't work.

    I ultimately ended up upgrading react and creating a new react-native project and copying the files in there, and that fixed it.

    I wish I had a better answer as to why that fixed it, but hopefully that helps

提交回复
热议问题