标签: react-native native-base
如何使用本机基本主题在React Native中打开多个页面上的侧面导航器。我设法在主页上打开,但我希望在更多页面上打开侧边菜单。在点击菜单图标上将其称为this.props.navigation.dispatch(DrawerActions.openDrawer());。但没有执行任何操作。
this.props.navigation.dispatch(DrawerActions.openDrawer());