RNRF-升级到最新版本后无法重定向

时间:2018-10-09 02:10:28

标签: react-native react-native-router-flux

我刚刚将RNRF升级到4.0.5,我没有更改代码,但是ComponentDidMount中不会触发操作。如果用户登录,我想进行重定向,然后将其重定向到首页,但是ComponentDidMount中的简单方法不起作用。

ComponentDidMount() {
  console.log('mounted') // triggered
  Actions.Home() // didn't triggered
  console.log('test') //triggered
}

0 个答案:

没有答案