0Day Forums
Unable to load script from assets index.android.bundle on windows - Printable Version

+- 0Day Forums (https://zeroday.vip)
+-- Forum: Coding (https://zeroday.vip/Forum-Coding)
+--- Forum: React Native (https://zeroday.vip/Forum-React-Native)
+--- Thread: Unable to load script from assets index.android.bundle on windows (/Thread-Unable-to-load-script-from-assets-index-android-bundle-on-windows)



Unable to load script from assets index.android.bundle on windows - icao649 - 07-19-2023

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 index.android.bundle

Commands that I used:

1. `cd (project directory)`
2. `react-native start`
3. `react-native run-android`