React Navigation trying to use navigation.navigate in a class Component – React native
I need to access the navigate prop in a class component to navigate to another page however that's not possible outside a functional component. And I'm having trouble trying to use the workaround from the docs. Current code is just…