- Найти
react-native-router-flux
папку в node modules
- Перейдите в
react-native-router-flux > src > NavBar.js
- Изменить стиль цвета
barRightButtonText
и barLeftButtonText
в таблице стилей, как это
Для текста правой кнопки:
barRightButtonText: {
color: 'rgb(0, 122, 255)', //Your rgb color code here
textAlign: 'right',
fontSize: 17,
},
Для левой кнопки текста
barLeftButtonText: {
color: 'rgb(0, 122, 255)', //Your rgb color code here
textAlign: 'left',
fontSize: 17,
},