easy-toast插件消息提示出不来

来源:5-4 Popular(最热)模块的列表页面实现-3

qq_哦豁_7

2017-11-06

http://img.mukewang.com/szimg/59ffd3170001dae613660736.jpg

http://img.mukewang.com/szimg/59ffd3170001d9d313660736.jpg

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>


0
0

React Native技术精讲与高质量上线App开发

一个真实的上线项目,一次完整的开发过程,全面掌握React Native技术

1577 学习 · 727 问题

查看课程