Unable to load script.Make sure you are either running a Metro server or that your bundle 'index.android.bundle' is packaged correctly for release
问题 react-native run-android terminates by leaving a message in message in android simulator . The message is as follows Unable to load script.Make sure you are either running a Metro server or that your bundle 'index.android.bundle' is packaged correctly for release. Am totally confused what's am doing wrong . Edit: Adding an error screenshot 回答1: You haven't started the bundler yet. Run npm start or react-native start in the root directly of your project before react-native run-android 回答2: