Open the drawer when I click the icon react navigation version 5
问题 I want to open the drawer when I click the icon in the headerLeft part, I also have try to this.props.navigation.dispatch but is gives an error also navigation.dispatch gives error The code below does not gives errors but is does not open the drawer import { DrawerActions } from '@react-navigation/native'; import { NavigationContainer } from '@react-navigation/native'; import { createDrawerNavigator } from '@react-navigation/drawer'; import { createStackNavigator } from '@react-navigation