Could not load exp:// Something went wrong

前端 未结 19 2310
挽巷
挽巷 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:29

    I solved the same problem with recomendation from React Native team - to instal and run Genymotion software::

    1. Install Genymotion with VirtualBox
    2. SignUp at Genymotion site
    3. Run Genymotion software and !!!SignIn
    4. Close npm prompt program with project and start it again
    5. npm start (in the npm promt window in the project directory)
    6. Close and start Expo app, scan barcode

    If my application runs successfully IpV addresses are identical, for example:

    exp://10.0.0.125:19000   and
    ipconfig -> IPv4 Address. . . . . . . . . . . : 10.0.0.125
    
    0 讨论(0)
提交回复
热议问题