DickyT / react-native-tabbar-navigator

(aka React Native Tanner Navigator) A component which builds excellent Navigator + TabBar based application, have a good solution for implementing hidesBottomBarWhenPushed in iOS.
97 stars 29 forks source link

如何在组件mount之后修改顶部的组件? #16

Closed fakefish closed 7 years ago

fakefish commented 8 years ago

push一个页面的时候会把前面那个页面没渲染出来的组件渲染出来

DickyT commented 8 years ago

这个问题还没找到完美解决办法, 暂时能用的就是在constructor里面直接设置当前的顶部组件, 第一次render之后的修改就生效不了了, 会留到下次push再渲染

DickyT commented 7 years ago

@fakefish latest version fixed