Hello!
In v2. TabBar scenes called componentDidMount only when the tab was focused. Now all of them gets mounted in the same time.
For example:
When I go to Tab1 - Tab2 and Tab3 will mount so we have 3 calls to api at the same time.
Maybe I'm missing something? Please advise.