ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
> [TabBarIOS.Item](http://facebook.github.io/react-native/docs/tabbarios-item.html#content) ## 属性 | 名称 | 类型 | 意义 | 默认值 | | --- | --- | --- | --- | | badge | string,number | 小红泡 | 无 | | icon | Image.propTypes.source | 自定义图标 | 无 | | onPress | function | 当元素被选择时的回调函数 | 无 | | selected | bool | 表示子视图中控件是否可用 | false | | selectedIcon | Image.propTypes.source | 当元素被选择时,显示的图标 | 无 | | style | style | 样式 | 无 | | systemIcon | enum(‘bookmarks’, ‘contacts’, ‘downloads’, ‘favorites’, ‘featured’, ‘history’, ‘more’, ‘most-recent’, ‘most-viewed’, ‘recents’, ‘search’, ‘top-rated’) | 预设值的系统图标 | 无 | | title | string | 图标上的文本值 | 无 |