The initial BottomTabs background color is always white.
Navigation.setRoot
with a bottom tabs layout with an different background color than white:
bottomTabs: {
backgroundColor: '#333333',
}
Due to the fact that AHBottomNavigation sets the defaultBackgroundColor
(white) on item creation. RNN should set the defaultBackgroundColor
in the BottomTabsPresenter
with the corresponding setter setDefaultBackgroundColor
in lines 80 and 141.
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.
This issue is not resolved!
Should be fixed in 57eb0db7da6d69c784a9b0cd5672a563901738a9
Most helpful comment
This issue is not resolved!