react-native-statusbar-alert icon indicating copy to clipboard operation
react-native-statusbar-alert copied to clipboard

React navigation beta 19 header height

Open tvansteelandt opened this issue 8 years ago • 1 comments
trafficstars

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

tvansteelandt avatar Nov 08 '17 08:11 tvansteelandt

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

bakystefan avatar May 18 '19 15:05 bakystefan