Perviously when I wanted to make some actions when screen is opened I put them inside componentDidMount. For example I can fetch some data.
componentDidMount
like this.>
componentDidMount / componentWillUnmount does not work in all cases of navigation (like tabs).
componentWillUnmount
You need to use addListener with events didFocus and didBlur to make such actions. See documentation for details
addListener