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}}
网友评论