環(huán)境
react-navigation@2.18.2
解釋
indicatorStyle -選項(xiàng)卡指示器的樣式對(duì)象(選項(xiàng)卡底部的行)
需求
1.不展示選項(xiàng)卡底部的行
indicatorStyle: {height: 0}
- 展示底部的行且設(shè)置高度寬度顏色,切記使用百分比
indicatorStyle: {
height: 2,
backgroundColor:"#0493FF",
width:"20%",
left:"15%"
}