mergeOptions doesn't work on leftButtonColor or rightButtonColor
static options(passProps) {
return {
topBar: {
leftButtonColor: "white",
rightButtonColor: "white",
title: {
text: 'Home',
color: 'white'
},
leftButtons: [
{
id: 'btnMsgL',
icon: require('resources/icon_message.png')
}
],
rightButtons: [
{
id: 'btnMsgR',
icon: require('resources/icon_message.png')
}
],
}
}
}
Navigation.mergeOptions(this.props.componentId,{
topBar: {
leftButtonColor: 'black',
rightButtonColor: 'black',
title: {
color: 'black'
},
}
});
Before trigger:

After trigger:

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.
The issue has been closed for inactivity.
still seems to be an issue
Still an issue in 3.2.0-snapshot.524
Most helpful comment
still seems to be an issue