react-navigation如何从customDrawer导航中导航

时间:2018-12-13 07:57:08

标签: javascript react-native react-navigation

我正在使用re_path(r'^product-offers/(?P<product_item_id>[0-9]+/(?P<product_item_slug>[\w-]+)/$,并在其中进行了自定义的个人资料视图。当我按createDrawerNavigator时,我想移到另一个屏幕。

但这给我一个错误navigate。其他组件undefined is not an object (evaluating"_this.props.navigation")onetwo可以正常工作。

这是我的代码:

three

enter image description here

1 个答案:

答案 0 :(得分:1)

您的CustomDrawerContentComponent组件是功能组件。直接使用props.navigation代替this.props