1.页面跳转 this.props.navigation.navigate("跳转页面的name",{key:value}); 2.接收上个页面的值 var value = this.props.route.params.key;