Nested Drawer-StackNavigator, firing “DrawerOpen” is not working on React-Native
问题 I'm making app with using React Native with react-navigation. [My App's hierarchy] *Drawer(App) ㄴ StackNavigator ㄴ StackNavigator What I want to is fire navigation.navigate('DrawerOpen'); I can show my Drawer by dragging from left edge but it's not triggered by pressing "Menu button" on the left of Navigation header. I've spent so many times to archive this. Please help me. const Nav = StackNavigator({ mainnav_list:{ screen: (props) => <TodoList {...props} dbCollectionName={props.screenProps