Scene 1:
stateToProps islogged: state.islogged
Scene 2:
stateToProps islogged: state.islogged
用 react-native-router-flux 中的 Actions 从 1 转到 2,2 中触发 action(是个 fetch 操作),islogged 值改变,在 componentWillReceiveProps 做个判断,这时 1 又跳出来了???,判断里的内容继续。有什么办法能不让 1 跳出来吗?