Question: I have a TouchableOpacity that can be both pressed and unpressed. Here is my useState variable: const [isPressMonday, setIsPressMonday] = useState(false); and here is my toggling function: The thing is, when a user un-clicks the button, it should remove ...