native-navigation
native-navigation copied to clipboard
[Android] Add missing onHostDestroy call
Adds the onHostDestroy
method call. Lacking this call can cause problems when using features that rely on your React lifecycle.
Besides, we're already calling onHostPause
and onHostResume
so, for the sake of consistency, we should also do onHostDestroy
😄