码迷,mamicode.com
首页 > 移动开发 > 详细

react native 安卓home返回键页面刷新

时间:2018-10-26 13:13:18      阅读:457      评论:0      收藏:0      [点我收藏+]

标签:his   返回   ons   str   nat   war   new   const   port   

import { withNavigationFocus } from ‘react-navigation‘;
class Warngreete extends React.Component {
constructor(props) {
super(props);
}

componentDidMount() {
this.reload();
}

    
componentWillReceiveProps(newProps) {
if(newProps.isFocused){
this.reload();
}
}

//页面执行函数
reload(){}

}
export default withNavigationFocus(Warngreete);

 

react native 安卓home返回键页面刷新

标签:his   返回   ons   str   nat   war   new   const   port   

原文地址:https://www.cnblogs.com/yuxingxingstar/p/9855524.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!