Unable to navigate to screen with React Native Navigation
I'm having trouble with React Navigation on React Native Expo. I have a bottom tab navigator, a separate screen (ProfileScreen), and a modal (ProfileLoginModal). The modal has a button that should redirect ProfileScreen. I put navigation.navigate("ProfileScreen") in the modal, but…