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 just cleaning the cache was helpful:
npm cache clean --force .android/gradlew clean