I\'ve created the project using the following command.
react-native init Awesome_Project
I\'ve started the packager using the following com
I had a slightly different take on the same issue.
I'm not using react, however I did run into this same issue.
I tried all of the solutions on this page and, oddly enough, each of them worked once. But the problem continued to come back.
In the end I found that doing:
adb uninstall com.appname
followed by a restart of the handset
Solved the issue every time since discovering.
Using a Samsung S8 and Android 3.4.1. No crazy libraries other than OKHttp. Running on a Mac.