Can't load expo app: Something went wrong

后端 未结 21 880
挽巷
挽巷 2020-12-14 09:25

I\'ve created an expo app with exp init MyApp command and started it by running exp start in MyApp directory.

Then I\'m scanni

相关标签:
21条回答
  • 2020-12-14 09:27

    If you're not able to load the http URL in your phone's web browser, try using the tethering/mobile hotspot feature on your phone (beware of data usage, though), connecting your computer to that WiFi network, and restarting the packager. If you are using a VPN you may need to disable it.

    0 讨论(0)
  • 2020-12-14 09:27

    In my case was that the phone was connected to a VPN (CyberGhost) and it showed up only a white screen D:

    0 讨论(0)
  • 2020-12-14 09:28

    Make sure that you are using the same wireless network for iOS or Android phone as your computer.

    0 讨论(0)
  • 2020-12-14 09:30

    It was needed to reset "Draw over other apps" permission for Expo mobile app.

    How that is fixed on Android 6.

    Settings->Apps, press "gear", find "Draw over other apps" item and select it. Find "Expo" app, select it. Enable "Permit drawing over other apps" option in case it is disabled. Otherwise, disable and enable it again.

    0 讨论(0)
  • 2020-12-14 09:31

    For me its worked by selecting the tunnel connection rather than LAN in metrol Bundler.. Try it out....

    0 讨论(0)
  • 2020-12-14 09:33

    Do some things.

    • ForceStop App.
    • Restart App.
    • Clean Cache and Clear Data.
    • Else due to outdated expo. Update expo from play store.

    Note: Expo no longer available for IOS physical devices.

    Let me know if any issue occurred!

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