DEV Community

Discussion on: Combining Stack, Tab & Drawer Navigations in React Native With React Navigation 5

Collapse
 
ivanbarbai profile image
Iván Barba • Edited

Hey thank you very much for this tutorial, i'm making an app based on this, but the header its being duplicated, i've searched trough youtube and the official documentation but i didn't find anything, any help'll be appreciated 🙏. dev-to-uploads.s3.amazonaws.com/i/...

Collapse
 
pyaehphyoe profile image
Pyaeh Phyoe Ko Ko
<Tab.Navigator screenOptions={{headerShown: false}}>
    <Stack.Navigator screenOptions={{headerShown: false}}>
Enter fullscreen mode Exit fullscreen mode