我正在使用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")
,one
,two
可以正常工作。
这是我的代码:
three
答案 0 :(得分:1)
您的CustomDrawerContentComponent
组件是功能组件。直接使用props.navigation
代替this.props