native-navigation icon indicating copy to clipboard operation
native-navigation copied to clipboard

[Android] Add missing onHostDestroy call

Open lucas-tulio opened this issue 6 years ago • 0 comments

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 😄

lucas-tulio avatar May 12 '18 01:05 lucas-tulio