There is a need for Android apps to pause instead of exiting completely when the user presses the back button. Also, there should be support for lifecycle hooks similar to [`AppStateIOS`](https://facebook.github.io/react-native/docs/appstateios.html). i.e. app resume, app pause, (app destroyed?) I'm currently using my own module for this, but it'd be great to see this supported in core. https://github.com/jaysoo/react-native-activity-android Also: https://productpains.com/post/react-native/android-method-for-pausing-applicationactivity-and-lifecycle-hooks/