gnestor / react-native-statusbar-alert

A status bar alert (e.g. in-call, recording, navigating) for React Native
231 stars 30 forks source link

React navigation beta 19 header height #21

Open tvansteelandt opened 7 years ago

tvansteelandt commented 7 years ago

Hi

There's a problem with the latest release of react navigation, beta 19. I checked out the statusbar example app in expo, and it also has this problem. There's a gap between the header title and the statusbar alert. Any solution to fix this?

img_0027

bakystefan commented 5 years ago

const StackNav = createStackNavigator({ Main }, { navigationOptions: { headerForceInset: { top: 'never' }, } });