How do I get the header height for a React Navigation Native Stack with a large header?

34 Views Asked by At

Similar to React Navigation get stack header height but I am looking specifically at Native Stack with a large header.

useHeaderHeight from import { useHeaderHeight } from '@react-navigation/elements' gives a fixed number and does not adjust depending on the state of the header.

0

There are 0 best solutions below