I am trying to make the software back button of a specific stack screen of react native navigation take the user to the first stack and pop all the others.
I tried using useEffect() and useFocusEffect() but I am always getting the error: Maximum call stack size exceeded. Any help?