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
In my case when there was no error at all and build was successful, the builder was exiting after the build and app crashed.
Here is you solve it, after it exits, just type
yarn start
Your react-native should be up & running.
Hope it helps.