I\'m trying to test my Android application but when I start it with react-native run-android command after it is start on the device inmediatelly stop without error
react-native run-android
I had the same issue and problem is described here port already in use. So just kill the process occupying the port.
sudo lsof -i :8081
kill -9