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).
Asked
Active
Viewed 281 times
1

Dion
- 3,145
- 20
- 37
-
post the minimum reproducible code which is causing the issue. – Ketan Ramteke Jan 03 '21 at 18:58
-
@KetanRamteke There is no issue as such, and the navigation is just created using the default code (`const RootStack = createNativeStackNavigator
();`) and ` – Dion Jan 12 '21 at 15:34`. This is more a general question if it's possible to achieve this and no code is necessary/helpful.