You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes! I found the problem in 'Tab'.
Tabs are 'wrapped' by default - i.e. all children are wrapped by Stack with own nav bar. You may disable wrapping by using wrap={false} for Tabs and check passing props again.
Version
Expected behaviour
Expecting props being passed to the
<Tabs>
to inherit to all of it's children<Scene>
'sActual behaviour
Only the first scene inside
<Tabs>
received props, the rest were not so lucky.Steps to reproduce
1.
2.
Navigating to the Tabs
Actions.jump("tabs", { property:this.state.data } )
3.
Only Page 1 received props named "property".
Though
Solved for the meanwhile by just Actions.Jump(ing) with the props, to every page that needs them
The text was updated successfully, but these errors were encountered: