I am working on a minimal reproducible example, but I was trying to understand why my passedProps were never reaching my component, and discovered that the acts of passing some bottomTabs to Navigation.setRoot prevents passedProps from ever reaching the component.
Expected behavior
passedProps are available in the component, even when bottomTabs are provided.
Actual Behavior
passedProps are not available (only contains the componentId) when bottomTabs are provided
Your Environment
React Native Navigation version: 7.15.0
React Native version: 0.64.1
Platform(s) (iOS, Android, or both?): iOS emulator
Device info (Simulator/Device? OS version? Debug/Release?): iPhone 12 (iOS 14.3)
🐛 Bug Report
passedProps
are never passed onNavigation.setRoot
whenbottomTabs
are providedHave you read the Contributing Guidelines on issues?
Yes
To Reproduce
I am working on a minimal reproducible example, but I was trying to understand why my
passedProps
were never reaching my component, and discovered that the acts of passing somebottomTabs
toNavigation.setRoot
preventspassedProps
from ever reaching the component.Expected behavior
passedProps
are available in the component, even whenbottomTabs
are provided.Actual Behavior
passedProps
are not available (only contains thecomponentId
) whenbottomTabs
are providedYour Environment
iPhone 12 (iOS 14.3)
Reproducible Demo
(Working on this)