为什么我的setTimeout函数在我使用react-native和react-router-native时不起作用

时间:2017-05-05 10:34:14

标签: reactjs react-native redux react-router react-redux

enter image description here

如您所见,我在componentDismount步骤中使用了setTimeout函数,但它只是失败并且imemediate console.log

1 个答案:

答案 0 :(得分:0)

我相信在使用调试器时会遇到这种情况。 React-native有计时器的错误。

https://github.com/facebook/react-native/issues/4470

https://github.com/facebook/react-native/issues/1693

当未使用调试器时,一切正常。正如您在线程中看到的那样,现在我们没有任何可行的解决方案