teammitchell

Results 2 comments of teammitchell

I am having this issue as well, one of my `Stack.Screen`'s has a header and the Stack.Navigator has `headerShown: false` when I set `headerShown` to true the stack screen header...

The way I solved it was setting `headerMode: 'screen',` in the `Stack.Screen` component that has the header enabled.