The title in topBar loses its bold style after being set with mergeOptions()

constructor(props) {
super(props);
Navigation.events().bindComponent(this);
Navigation.events().registerCommandListener((name, params) => {
if (name === "push") {
Navigation.mergeOptions(this.props.componentId, {
topBar: {
title: {
text: ""
}
}
});
}
});
}
componentDidAppear() {
Navigation.mergeOptions(this.props.componentId, {
topBar: {
title: {
text: "Announcement post details"
}
}
});
}
Same issue here.
Same here.
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.
I think this is still a problem, unless it's been fixed in a subsequent release?
Definitely still a problem for me on version 2.7.1. I'll try upgrading to the latest, but I haven't seen anything that would have fixed this.
@guyca is there anyway we can reopen this one? Correct me if I'm wrong, but as far as I can tell this hasn't been fixed yet.