Open sunkibaek opened 7 years ago
In Stacknavigation, between transition from component A to component B, is it expected behavior if A componentWillUnmount gets fired AFTER B componentDidMount ? Or should one always be unmounted before another gets mounted?
componentWillUnmount
componentDidMount
In Stacknavigation, between transition from component A to component B, is it expected behavior if A
componentWillUnmount
gets fired AFTER BcomponentDidMount
? Or should one always be unmounted before another gets mounted?