React native – How to check if a screen is focused within a Tab Stack – React Navigation
I'm creating a React Native app that uses React Navigation. Within 1 of my tabs, I have 3 screens. If I am in any of the screens that isn't the home screen within that tab, and I tap on the…