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
What would be a good approach to create a header which can be fixed in all tabbar/stacked childrens?
Can you guys provide a snack example or some workaround?
The text was updated successfully, but these errors were encountered:
@daviscabral yeah, I just declared an Header component into the navBar props on <Stack/> component. It should be the pattern component of <Tabs/>.
Should be something like this:
<Stack key="app" navBar={Header}>
<Tabs>
//Your scene components containing a fixed header
</Tabs>
</Stack>
Version
Tell us which versions you are using:
What would be a good approach to create a header which can be fixed in all tabbar/stacked childrens?
Can you guys provide a snack example or some workaround?
The text was updated successfully, but these errors were encountered: