Issue Description
If a navigator has styles set for its buttons using navBarLeftButtonFontSize, navBarLeftButtonFontFamily, etc., then styles applied with buttonFontSize, buttonFontFamily, etc. are not respected.
Steps to Reproduce / Code Snippets / Screenshots
- Create a navigator and apply a
navBarRightButtonColor: 'red' style value
- Create a screen with a right button with the style of
buttonColor: 'blue'
- Note that the button is red and not blue.
Environment
- React Native Navigation version: v1.1.283
- React Native version: v0.50.3
- Platform(s) (iOS, Android, or both?): iOS
- Device info (Simulator/Device? OS version? Debug/Release?): all simulators, devices, OSes, configurations
Issue Description
If a navigator has styles set for its buttons using
navBarLeftButtonFontSize,navBarLeftButtonFontFamily, etc., then styles applied withbuttonFontSize,buttonFontFamily, etc. are not respected.Steps to Reproduce / Code Snippets / Screenshots
navBarRightButtonColor: 'red'style valuebuttonColor: 'blue'Environment