Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.12 KB

_customtabbar_.md

File metadata and controls

40 lines (24 loc) · 1.12 KB
id title sidebar_label
_customtabbar_
CustomTabBar
CustomTabBar

Index

Interfaces

Functions

Functions

Const CustomTabBar

CustomTabBar(props: CustomTabBarProps & object): ReactElement‹any, string | function | object›

Defined in src/CustomTabBar.tsx:75

自定义 TabBar Render Props 组件, 提供用于渲染自定义 TabBar 所需的属性.

支持 API:

  • Taro.hideTabBar()
  • Taro.showTabBar()

since 2.5.0 微信开发者工具调试基础库 >= 2.5.2

Parameters:

Name Type
props CustomTabBarProps & object

Returns: ReactElement‹any, string | function | object›