...
|
...
|
@@ -106,8 +106,8 @@ class HomeContainer extends React.Component { |
|
|
|
|
|
componentWillReceiveProps(nextProps) {
|
|
|
if (nextProps.showNativeTabBar) {
|
|
|
Actions.refresh({key: 'Home', showNativeTabBar: false});
|
|
|
ReactNative.NativeModules.YH_CommunityHelper.showTabBar();
|
|
|
Actions.refresh({key: 'Home', showNativeTabBar: false});
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -126,7 +126,7 @@ class HomeContainer extends React.Component { |
|
|
}
|
|
|
|
|
|
_onPressSection(section) {
|
|
|
this.props.actions.goToSection(section, this.props.navigationState.name);
|
|
|
this.props.actions.goToSection(section);
|
|
|
}
|
|
|
|
|
|
_onPressPost(url) {
|
...
|
...
|
|