用于leftButtonTitle的NavigatorIOS titleTextColor

时间:2016-08-12 19:47:33

标签: react-native

我正在尝试使用NavigatorIOS组件在我的应用中进行导航。在我的设计器comp中,左边有一些文本,看来我可以使用leftButtonTitle来实现。然而,他们也有黑色的文字。看起来当我在NavigatorIOS组件上设置titleTextColor prop时,它只适用于中心标题而不是leftButtonTitle。有什么办法可以让leftButtonTitle文字变成黑色吗?

enter image description here

1 个答案:

答案 0 :(得分:0)

看起来设置tintColor会影响leftButtonTitle。