React Native navigation route to a screen that is not listed in the navigation bar?
I want to route to a screen named Chat through my flat list. I tried the useNavigation() but I get ERROR: The action 'NAVIGATE' with payload {"name":"Chat","params":{"id":3}} was not handled by any navigator. on Expo. I also tried wrapping it…