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
Is there any way to access the screenPropswithin my navigationsOptions.tabBar function?
I think I could just move the render function to the screen component (?) but I'd like to keep the tabbar stuff centralized in one file.
The text was updated successfully, but these errors were encountered:
I'm trying to display some badgeCounts from my redux state in a Tabbbar
I have the following Component structure:
RootComponent (is connected to redux state which contains e.g. badgeCounbts for my Tabbar)
renders:
Tabs component
is just a js file that export:
Is there any way to access the
screenProps
within mynavigationsOptions.tabBar
function?I think I could just move the render function to the screen component (?) but I'd like to keep the tabbar stuff centralized in one file.
The text was updated successfully, but these errors were encountered: