美文网首页
界面传值

界面传值

作者: Rumbles | 来源:发表于2018-04-09 16:56 被阅读3次

    1.组件传值:
    https://blog.csdn.net/p106786860/article/details/52408875
    2.界面传值
    https://www.jianshu.com/p/cf302f508f66

    传值
    const { navigate } = this.props.navigation;
    navigate('YBXMoreContent',{headerTitle:title});
    使用值:
    source={{uri: this.props.navigation.state.params.headerTitle}}

    相关文章

      网友评论

          本文标题:界面传值

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