How do you remove the horizontal padding in the header provided by createNativeStackNavigator()
I’ve tried setting the screenOptions -> headerStyle property at the .Navigator level, and the options -> headerStyle at the .Screen level.
However, using createBottomTabNavigator() it provides a header with no padding…
WHY. Why isn’t it consistent. Am I seriously just supposed to use the header from createBottomTabNavigator(), and hide the tabs. Just so I can remove some freaking padding?