React Native (with Android Native). Unable to destroy activity (does not have a NavController)
I am facing one crash issue in my android/React Native app. Below is firebase logs.
here how I am able to reproduce it: I was able to consistently get
this to happen by
Opening an app.
Background the app.
Open the app's settings and revoke a permission
(e.g. location, notifictaion).
Try to restore the app from the
minimise state. The crash happens every single time.
1. here is my MainActivity onCreate:
reactRootView = ReactRootView(this)
val packages: ArrayList =...