Unable to load script from assets index.android.bundle on windows

后端 未结 30 4162
鱼传尺愫
鱼传尺愫 2020-11-22 06:33

I\'m trying to run my first React Native project for first time on my device (Android 4.2.2).

And I get:

unable to load script from assets in

30条回答
  •  深忆病人
    2020-11-22 06:57

    If You are running your application on physical device and getting this error

    unable to load script from assets index.android.bundle
    

    try running the command:

    adb reverse tcp:8081 tcp:8081
    

    It workd for Me...

提交回复
热议问题