android.app.Application cannot be cast to com.facebook.react.ReactApplication
Adding the following to AndroidManifest.xml should solve the error:
<application
android:name=".MainApplication"
For me, Restarting my Android device always solves the issue
Looks like it is a random error