美文网首页
RN在导航条的按钮中携带本页面的数据

RN在导航条的按钮中携带本页面的数据

作者: zhangwenqiang | 来源:发表于2018-05-07 14:23 被阅读28次

    方式:在本页面的componentDidMount函数中,设置导航条的属性:
    async componentDidMount() {
    // 初始化导航条
    this.props.navigation.setParams(
    {headerTitle: <LogoTitle
    initialTitleIndex={this.state.nTitleIndex}
    callbackParent={this.onTitleClicked.bind(this)}
    />
    });
    }

    相关文章

      网友评论

          本文标题:RN在导航条的按钮中携带本页面的数据

          本文链接:https://www.haomeiwen.com/subject/tsomrftx.html