DrawerNavigator的子代之间的React-Native传递道具/参数

时间:2018-11-23 12:24:13

标签: android react-native react-navigation react-navigation-drawer

我有这样的DrawerNavigator设置

 export const Drawer = createDrawerNavigator({
 Home:Home,
 Profile:Profile
  },{ 
  contentComponent:DrawerComponent
 })

导航器本身是StackNavigator的子代。

现在,问题是如何在Home和Profile之间传递道具/参数?

欢迎任何阅读建议和StackOverflow答案,尽管我没有发现类似的内容

而且,我只能从抽屉中访问个人资料。

在这里,redux是唯一的方法吗?

0 个答案:

没有答案