TabBarIOS.Item
TabBarIOS.Item
道具
ViewPropTypes道具...
badge?: string, number
位于图标右上方的小红色气泡。
badgeColor?: color
徽章的背景颜色。自iOS 10起可用。
icon?: Image.propTypes.source
该选项卡的自定义图标。定义系统图标时忽略它。
onPress?: function
在选择此选项卡时回调,您应该更改组件的状态以设置selected = {true}。
renderAsOriginal?: bool
如果设置为true,则会将图像渲染为原始图像,但默认情况下显示为模板
selected?: bool
它指定了孩子是否可见。如果您看到空白内容,则可能忘记添加选定的内容。
selectedIcon?: Image.propTypes.source
选择选项卡时的自定义图标。定义系统图标时忽略它。如果留空,图标将以蓝色着色。
style?: ViewPropTypes.style
React样式对象。
systemIcon?: enum('bookmarks', 'contacts', 'downloads', 'favorites', 'featured', 'history', 'more', 'most-recent', 'most-viewed', 'recents', 'search', 'top-rated')
项目带有一些预定义的系统图标。请注意,如果您正在使用它们,标题和selectedIcon将被系统覆盖。
title?: string
出现在图标下方的文字。定义系统图标时忽略它。
iosisTVSelectable?: bool
(仅适用于Apple TV)*设置为true时,此视图将使用Apple TV遥控器进行对焦和导航。