Can't load expo app: Something went wrong

后端 未结 21 882
挽巷
挽巷 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:51

    For macOS users and if you are running over Wi-Fi:

    1. Choose Apple menu > System Preferences, then click Network
    2. Click Wi-Fi in the list at the left, then click Advanced
    3. Find the network you are connected to
    4. Then drag it to the top of the preferred networks list to give highest priority

    This procedure solved my problem.

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

    For me, I have to close and kill expo (from RAM) AND close the QR Code overlay view to get it work on Android 5.1.1.

    Sometimes I have to wait a few minutes or I get a camera view and a text above about scanning the QR Code (but without a scanner over the camera view).

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

    I believe this issue is happening due to mismatch version of your AVD and your expo mobile application. I created new AVD with newer version of Nexus 6 API and issue was resolved. I also needed to reset "Draw over other apps" permission for Expo mobile app.

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