gpt4 book ai didi

react-native - 什么时候调用主要 componentWillUnmount 来响应 native 应用程序

转载 作者:行者123 更新时间:2023-12-05 01:16:09 24 4
gpt4 key购买 nike

我正在尝试了解设备操作系统在后台放置较长时间后如何处理我的 native react 应用程序,我猜测操作系统的大量智能节电逻辑开始发挥作用。

在我的主要 index.js 中,我只是这样做:

import { AppRegistry } from 'react-native';
import App from './app/App';
AppRegistry.registerComponent('CopilotApp', () => App);

..所以 App.js 包含我整个应用程序的主要组件,然后有一个 StackNavigator 和一堆东西。

我的问题是 - 这个主要应用程序组件的生命周期是如何工作的? componentWillUnmount 什么时候被调用/它会被调用吗?

我试图通过删除事件监听器等来保持清洁,但还没有真正弄清楚何时/是否会发生这种情况。

最佳答案

在安卓上:

@Override
protected void onDestroy() {
super.onDestroy();
}

关于react-native - 什么时候调用主要 componentWillUnmount 来响应 native 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48317962/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com