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

后端 未结 30 4309
鱼传尺愫
鱼传尺愫 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:53

    Had the same issue in mac, After spending 2 days i was finally able to get is working.

    Since Emulator cellular data was turned off, I was getting the unable to load script from assets index.android.bundle make sure your bundle is running.

    Make sure your Emulator cellular data is turned on by doing this package server was able to bundle index.android.js. Hope it helps for someone who is in development phase.

提交回复
热议问题