标头文字未显示在中间

时间:2018-11-13 06:35:57

标签: reactjs react-native npm navigation

我是新来的本地人。我正在导航。问题在于标题文本未居中。我已经尝试过

static navigationOptions = {
title: "Help",
alignSelf: 'center',
marginLeft: 50,
 headerLayoutPreset: 'center',
textAlign: 'center',
justifyContent:"center",

headerStyle: {
   backgroundColor: '#a01b1b',
   textAlign: 'center',
   headerLayoutPreset: 'center',
   justifyContent:"center",

  },

1 个答案:

答案 0 :(得分:2)

像下面一样设置artisan,以将标题设置在标题的中央

headerTitleStyle