easy-toast插件消息提示出不来
来源:5-4 Popular(最热)模块的列表页面实现-3
qq_哦豁_7
2017-11-06
ps:第二幅图写错字了 默认的bottom是出不来, center可以出来但是不在中间位置显示
写回答
1回答
-
CrazyCodeBoy
2017-11-07
将Toast放在TabNavigator之外,像这样试一下:
<View style={styles.container}> <TabNavigator> {this._renderTab(PopularPage,'tb_popular','最热',require('../../res/images/ic_polular.png'))} {this._renderTab(TrendingPage,'tb_trending','趋势',require('../../res/images/ic_trending.png'))} {this._renderTab(FavoritePage,'tb_favorite','收藏',require('../../res/images/ic_favorite.png'))} {this._renderTab(MyPage,'tb_my','我的',require('../../res/images/ic_my.png'))} </TabNavigator> {this.renderCustomThemeView()} <Toast ref={(toast)=>this.toast=toast}/> </View>
00
相似问题