Open tvansteelandt opened 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?
const StackNav = createStackNavigator({ Main }, { navigationOptions: { headerForceInset: { top: 'never' }, } });
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?