-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
Issue Description
- In a very specific scenario, the icon in Bottom Tabs becomes black, even though we have set iconColor and selectedIconColor (they both work fine except in this scenario). This is nothing but a UI bug, but a very visible one.
Steps to Reproduce / Code Snippets / Screenshots
Create a stack with Bottom Tabs (every tab is separate stack too) -> push a random screen in one of the stacks in bottom tabs -> open any modal -> close the modal. In this scenario, the tab with a screen pushed into it gets black icon (screenshot below).

Also, the icon becomes normal color again if I use popToRoot or just close the screen that's pushed into it and then repeat the open/close modal again.
Environment
- React Native Navigation version: 6.5/6.12/7.0 (all have the same bug)
- React Native version: 0.63
- Platform(s) (iOS, Android, or both?): Both
- Device info (Simulator/Device? OS version? Debug/Release?): every device, every os version, both debug and release