expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

ComponentDidMount before ComponentWillUnmount #373

Open sunkibaek opened 7 years ago

sunkibaek commented 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?