在app.json文件中tabBar节点"custom": true
"tabBar": {
"custom": true, //开启自定义tabBar
"list": [{
"pagePath": "pagePath",
"text": "text",
"iconPath": "iconPath",
"selectedIconPath": "selectedIconPath"
}]
},
在根目录创建custom-tab-bar目录
在app.json文件中tabBar节点"custom": true
"tabBar": {
"custom": true, //开启自定义tabBar
"list": [{
"pagePath": "pagePath",
"text": "text",
"iconPath": "iconPath",
"selectedIconPath": "selectedIconPath"
}]
},
在根目录创建custom-tab-bar目录