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