react-native试玩(20)-分页栏中的元素

前端之家收集整理的这篇文章主要介绍了react-native试玩(20)-分页栏中的元素前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

TabBarIOS.Item

属性

名称 类型 意义 默认值
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 图标上的文本值
原文链接:https://www.f2er.com/react/307759.html

猜你在找的React相关文章