listenzz / hybrid-navigation

React Native Navigation that supports seamless navigation between Native and React.
MIT License
325 stars 37 forks source link

this.props.garden.updateTabBar 能否添加设置边框颜色 #99

Closed NrqhEIcsRi004 closed 5 years ago

NrqhEIcsRi004 commented 5 years ago

不想用默认的边框颜色,或者可以使用customTabBar控制,现在的customTabBar设置背景色不能兼容所有设备比如iPhoneX,也不能设置边框

listenzz commented 5 years ago

TabBar 的背景颜色,分割线,仍然由 tabBarColor 和 tabBarShadowImage 这两个全局样式属性控制。

Garden.setStyle({
  tabBarColor: ...
  tabBarShadowImage: ...
})