在React-Navigation中正确订阅didFocus的地方

时间:2018-07-04 19:12:22

标签: react-navigation

在React-Navigation的文档中,有一个示例演示how to subscribe to 'didFocus' and 'willBlur'。但是,存在不对称性,其中在构造函数中订阅了'didFocus',而在'willBlur'中订阅了componentDidMount。是否存在这种不对称性的原因,还是应该考虑考虑React的文档中关于constructors的内容,将'didFocus'移至componentDidMount

0 个答案:

没有答案