tabbar不显示
-
在app.js中配置了tabBar,但是在rn的App上不显示,在微信小程序能正常显示
config = {
pages: [
'pages/index/index',
'pages/task/index'
],
window: {
backgroundTextStyle: 'dark',
navigationBarBackgroundColor: '#1c6fab',
navigationBarTitleText: 'WeChat',
navigationBarTextStyle: 'white',
backgroundColor: '#EFEFF4',
},
tabBar: {
color: '#000',
selectedColor: '#1c6fab',
backgroundColor: '#fff',
borderStyle: 'black',
list: [
{
pagePath: 'pages/index/index',
text: '首页',
iconPath: '',
selectedIconPath: ''
},
{
pagePath: 'pages/task/index',
text: '任务',
iconPath: '',
selectedIconPath: ''
},
],
position: 'bottom'
}
}
-
"@tarojs/taro": "2.2.7", 同样的问题
-
@jd_6d0e7a8a47a70 已解决,重续编译下 iOS