如何在选择react-navigation选项卡后处理`viewWillAppear`?

时间:2017-06-29 12:57:12

标签: react-native

我有类似的东西,这可能在React Native的世界中有类似viewWillAppear的东西吗?感谢:

MainNavigator = TabNavigator({
  Profile: {
    screen: StackNavigator({
      'Profile': {
        screen: Profile
      }
    })
  }
});

0 个答案:

没有答案