Could not load exp:// Something went wrong

前端 未结 19 2308
挽巷
挽巷 2021-02-07 06:53

I have created a project using Expo XDE. I checked this Can't load expo app: Something went wrong but I have already enabled \"Draw over other apps\". It works https://expo.

相关标签:
19条回答
  • 2021-02-07 07:19

    Changing my home network from 'public' to 'private' worked for me. Open you network connections -> right click on your home network connection -> properties -> Change "Network Profile" from 'public' to 'private'

    0 讨论(0)
  • 2021-02-07 07:19

    I fixed my issue by update npm and node ..

    0 讨论(0)
  • 2021-02-07 07:20

    Maybe this might be helpful to simply explain that, such an error occurs if your phone and your computer are on different networks.

    I resolved this issue by tethering and that way, my two devices were not on the same network.

    Which means probably you can connect both your devices to the same WiFi it should work.

    0 讨论(0)
  • 2021-02-07 07:21

    for some reason I was creating conflicts with docker, I disabled it and it worked without problems, I'm almost sure it's hyper-V

    0 讨论(0)
  • 2021-02-07 07:26

    May be your network doesn't support LAN communication. Switching LAN to Local worked for me. From your MAC you can go to http://localhost:[portnumber] As shown in the picture below.

    0 讨论(0)
  • 2021-02-07 07:28

    I recommend deleting the .expo folder before running Yarn :)

    0 讨论(0)
提交回复
热议问题