from memory Does React Native AppState event persist across all app screens even when cleared from memory?
I use the AppState API listener to run a function when the app comes from background to active state. I remove it on the useEffect cleanup, but it is still being called on the other screens like it was never…