Drawermenu项目导航不起作用-react-native-navigation

时间:2018-10-22 05:03:02

标签: react-native react-native-navigation wix-react-native-navigation react-native-navigation-v2

我已使用react native导航抽屉,但在抽屉菜单项屏幕中不起作用。而且选项卡未在菜单项屏幕中显示,这就是为什么抽屉式菜单切换在抽屉式菜单项中不起作用的原因。 这样任何人都可以建议我将抽屉菜单推到菜单项时使用的导航。

有什么解决办法吗?

代码

抽屉菜单导航代码为:-

this.props.navigator.showModal({
    screen: "demo.demoScreen", // unique ID registered with        
    title: "", // title of the screen as appears in the nav bar (optional)
    passProps: {}, // simple serializable object that will pass as props to the modal (optional)
    navigatorStyle: {}, // override the navigator style for the screen, see "Styling the navigator" below (optional)
    animationType: 'none', // 'none' / 'slide-up' , appear animation for the 
    modal (optional, default 'slide-up')
    navigatorStyle: {
        navBarHidden: true
    },
});

只有 showModal 在抽屉式导航中起作用。 resetTo push 等导航类型无效。

0 个答案:

没有答案