How do I reset my entire stack in React Native?
My app consists of a Stack that looks like this: Home Start Task details End task When the user presses a TouchableOpacity in the End task screen I want to reset the stack and return to the Home screen. I've…