React-native / expo navigation fail with 'withNavigation' – React native
I'm making an android app and recently added onBoarding screens, so I edited my app.js (thats contain the navigator) to make it perfect. Before adding onBoarding Screens, I was able to use 'this.props.navigation.navigate('Main') to navigate from my login Page to…