react-native 监听返回事件

导航使用的是   @react-navigation/native 
    componentDidMount(){
        let { navigation } = this.props
        navigation.addListener('beforeRemove', (e) => {
            e.preventDefault(); // 阻止屏幕离开的默认行为
        })
    }

 

posted @ 2022-09-08 18:12  龙卷风吹毁停车场  阅读(466)  评论(0)    收藏  举报