标签: react-native redux react-navigation
我试图强制StackNavigator中路径的标题只有当组件(指定为此路径的屏幕)在componentWillReceiveProps中收到道具时才会显示/显示/渲染(因为此时ListView,那个屏幕完全由,出现)。我怎么能这样做?
答案 0 :(得分:1)
您可以致电this.props.navigation.setParams更新navigation.state.params,并在 navigationOptions功能中使用它。似乎这是唯一的方式。
this.props.navigation.setParams
navigation.state.params