I\'ve created the project using the following command.
react-native init Awesome_Project
I\'ve started the packager using the following com
This happened to me after changing my project package name.
I tried some of the other answers here but nothing worked until I manually deleted the android/build
directory, and re-ran react-native run-android
forcing the app to be rebuilt from src.
Turns out the build was cached including references to the old package name.