Calling mergeOptions doesn't update tabs
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.
Having this same issue when trying to mergeOptions and set a badge on the bottomTabs. Works as expected for iOS. Were you able to find a solution for this?
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.
Same issue on android (last version)
@Jazqa @Stacyadam found fix just set id in stack.children.component
{
stack: {
children: [
{
component: {
id: 'ACCOUNT', <--- here
name: SCREENS.account.menu,
},
},
],
options: {
bottomTab: {
iconInsets,
selectedIconColor: colors.secondary,
icon: profileIcon,
},
},
}
Most helpful comment
Having this same issue when trying to mergeOptions and set a badge on the bottomTabs. Works as expected for iOS. Were you able to find a solution for this?