react-native 类函数式监听路由变化,页面每次显示执行方法

在 componentDidMount 函数中添加
this.props.navigation.addListener('focus', () => {
            alert(2)
});

 

posted @ 2022-12-12 15:06  龙卷风吹毁停车场  阅读(330)  评论(0)    收藏  举报