繁体   English   中英

react-native事件,例如componentDidEnter?

[英]react-native event like componentDidEnter?

是否有类似componentDidEnter事件? 仅事件componentDidMount有效,但是当使用this.props.navigator.pop();页面更改时,我还需要调用函数this.props.navigator.pop();

谢谢。

componentWillUnmountcomponentWillMountcomponentDidMount结合起来应该可以帮助您实现您想做的事情。 (请参阅组件规格和生命周期

componentDidEnter不起作用,但是componentWillUpdatecomponentDidUpdatecomponentWillReceiveProps可以正常工作。 我在项目中使用componentWillReceiveProps

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM