I have a react native App. I'll like to detect navigation to screens, so when I navigate to a specific screen I trigger a update function. I have the componentDidMount but works only when navigating for the first time... Also have looked at AppState but do not monitor navigation between screen, how should I do it?
Thanks