react-native-navigation ScreenCycle不执行问题

遇到componentDidAppear和compoentDidDisappear不执行的时候,
在constructor中强制进行绑定:

constructor(props) {
    ---------
    Navigation.events().bindComponent(this, this.props.compoentId);
    ---------
}

你可能感兴趣的:(react-native-navigation ScreenCycle不执行问题)