【发布时间】:2018-02-14 06:56:39
【问题描述】:
版本
-react-native-router-flux": "4.0.0-beta.24
-react-native": "0.51.0
我想更改 react-native-router-flux 导航中后退按钮的样式。到现在就算我能改大小也行。
我尝试使用 backButtonTextStyle 但它不起作用。这是我用来更改后退按钮文本样式的代码。
<Scene key="root" headerMode={'screen'} backTitle=" "
navBarButtonColor='white'
titleStyle={{fontSize:20*global.constants.FONT_SCALE}}
backButtonTextStyle={{fontSize:30}}
>
【问题讨论】:
标签: react-native react-navigation react-native-router-flux react-native-navigation