"Unfortunately, app has stopped" error with building React Native project on Android
Solved after debugging in Android Studio.
The error I had (java.lang.ClassCastException: android.app.Application cannot be cast to com.facebook.react.ReactApplication) was solved with greena13's answer on this thread.