-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信小程序支持自定义 tabbar 了,Taro是否也要支持下? #2011
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
CC @luckyadam |
近期会支持到 |
同求 |
这个要如何使用, 有没例子? 我只设置了custome:true编译会报错:
|
@gclsoft 在 src 目录下新建 custom-tab-bar 目录存放组件即可,app.json 的配置参考微信小程序文档。 |
小哥。你这个方式我试了一下。Taro 报警告了 |
请问hooks写法,在组件里如何拿到自定义tabbar的组件实例呢,如何获取getTabBar |
1 similar comment
请问hooks写法,在组件里如何拿到自定义tabbar的组件实例呢,如何获取getTabBar |
同问 |
|
这是来自QQ邮箱的自动回复邮件。
|
微信小程序目前已经支持自定义 tabbar 组件了,但是需要在根目录下添加下面四个文件
custom-tab-bar/index.js
custom-tab-bar/index.json
custom-tab-bar/index.wxml
custom-tab-bar/index.wxss
我在src根目录新建 custom-tab-bar 文件夹,并新增index.js和index.less文件,但是并没有编译,这个需要怎么处理?
https://developers.weixin.qq.com/miniprogram/dev/framework/ability/custom-tabbar.html
The text was updated successfully, but these errors were encountered: