prop
default
type
description
renderIcon
none
function
即图标,但为function类型,所以这里需要用到Arrow Function
renderSelectedIcon
none
function
选中状态的图标,非必填,也是function类型
badgeText
none
string or number
即Tab右上角的提示文字,可为String或Number,类似QQ中Tab右上角的消息提示,非必填
renderBadge
none
function
提示角标渲染方式,function类型,类似render的使用,非必填
title
none
string
标题,String类型,非必填
titleStyle
inherited
style
标题样式,style类型,非必填
selectedTitleStyle
none
style
选中标题样式,style类型,非必填
tabStyle
inherited
style
styling for tab
selected
none
boolean
bool型,是否选中状态,可使用setState进行控制,默认false
onPress
none
function
即点击事件的回调函数,这里需要控制的是state
allowFontScaling
false
boolean
bool型,是否允许字体缩放,默认false
navigator组件的基本使用示例代码(2)
内容版权声明:除非注明,否则皆为本站原创文章。