Is it possible to change the height (or add a padding to its content) of a react-native-screens/native-stack header? The default react navigation header has different style properties (such as height) than the native one has. The action buttons on the right should have a few px space to the bottom of the header when the header is collapsed (content scrolled).

const RootStack = createNativeStackNavigator<RootStackParamsList>();) and<RootStack.Screen name="Test" component={Test} />. This is more a general question if it's possible to achieve this and no code is necessary/helpful.