Replies: 3 comments
-
hi @kabaljit could you solve this? |
Beta Was this translation helpful? Give feedback.
-
you can use this prop renderTabBar={(tabBarProps) => (
it worked for me perfectly |
Beta Was this translation helpful? Give feedback.
-
You can place the TabBar inside a View with a flex of 1. Then you can place any content you like wherever you like, e.g. above the TabBar. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to add custom content before tabs?
What have you tried
I thought of replacing the current TabBar with a new custom component where I can add the customize content before adding TabBar. But now I stuck because I don't if there is a way to change the tabBar from a screen.
Screenshots (if applicable)
Your Environment
Beta Was this translation helpful? Give feedback.
All reactions