import { useHeaderHeight } from '@react-navigation/elements';
const headerHeight = useHeaderHeight();
How can i change Header Bar height in react nativeoptions={{
title: 'MOVIEAPP',
headerTitleStyle: {
fontWeight: 'bold',
},
headerStyle:{
height:200, // i tried to put height
backgroundColor: 'red'
}
}}