Suppose you navigate like the following
screen-a (initial)
screen-b (push)
screen-a (pop)
I think in android, we could use onResume
of an activity to track the screens
Is there something like onResume
in react-native?
I'm not talking about application status, I'm after individual view (which would be something like Activity in android, ViewController in iOS)