标签: reactjs react-native react-router
在我的React native'项目中,我需要检查何时在屏幕上显示组件以通过后台线程更新UI。
我查看了组件道具规格并尝试componentWillUnmount,componentWillMount,但它不适用于我的情况。
componentWillUnmount
componentWillMount
我也尝试使用navigator.getCurrentRoutes(),但它返回空对象。
navigator.getCurrentRoutes()
请帮我解决这个案子!