1. 程式人生 > >React Native 學習之路:Unable to load script from assets 'index.android.bundle'.

React Native 學習之路:Unable to load script from assets 'index.android.bundle'.

 最近總遇到這個問題:

問題背景:

1.伺服器已啟動

2.裝置插入了兩個裝置(模擬器與真機)

3.之後出現以下報錯問題

Unable to load script from assets 'index.android.bundle'. Make sure your bundle is packaged correctly or you're running a packager server.

解決:

將伺服器停掉,重新執行 yarn start ,將裝置只保留一個 真機/或者模擬器 執行專案 即可

so easy