How to open Drawer When use a custom icon in Scene
问题 I using Drawer my app, my problem is i want use a custom icon in Drawer Scene and its ok but I dont see any docs to tell me how to open or close the drawer! This is my router : <Scene key="TabbarWrapper" component={NavigationDrawer} initial={true} > <Scene key="Tabbar" tabs={true} initial={true} tabBarStyle={styles.tabBar} default="ProductExplorer"> <Scene key="ProductExplorer" title="Lists" icon={TabIcon} iconName={"list"} initial={true} leftButtonIconStyle={{tintColor: "#FFF"}}