I'm using the Navigator in order to navigate between pages.
When Navigator.push() method is called, the "componentWillUnmount" method isn't called on the page we're navigating from.
It's a little bit problematic because I want to unsubscribe from listeners, etc.
Is it a normal behavior? When the "componentWillUnmount" is actually called?