Я использую реагирующий на род 0.62.0 с реактивной навигационной версией ^ 4.3.7 и createMaterialBottomTabNavigator. Я пытался найти и внедрить их решения, но ничего из этого не помогло. Я хочу центрировать текст в моем заголовке. Это то, что я пытался.
static navigationOptions = ({ navigation }) => ({
title: 'Profile',
headerTitleStyle: { flex: 1, textAlign: 'center', color: 'white', fontSize: 20, alignSelf: 'center' , },
headerTintColor: 'white',
headerStyle: {
backgroundColor: '#4169E1',
},
})