I have set StatusBar,
StatusBar.currentHeight = 0;
StatusBar.setHidden(true, 'none');
and this gives me,
I want to set header is height including status bar whitespace with Linear Gradient back ground.
I have also tried https://github.com/facebook/react-native/issues/39362#issuecomment-2046783858 this solution but it does not work.