Skip to content

Commit

Permalink
dark mode status bar. header in hamburger (keybase#19631)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnojima authored Sep 14, 2019
1 parent b5a0806 commit 098f714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions shared/router-v2/router.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ class RNApp extends React.PureComponent<Props> {
render() {
return (
<>
<Kb.NativeStatusBar barStyle={this.props.isDarkMode ? 'light-content' : 'dark-content'} />
<AppContainer ref={nav => (this._nav = nav)} onNavigationStateChange={this._persistRoute} />
<GlobalError />
<OutOfDate />
Expand Down
3 changes: 2 additions & 1 deletion shared/settings/render.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const SettingsRender = (props: Props) => {
}

SettingsRender.navigationOptions = {
header: null,
header: undefined,
title: 'More',
}

export default SettingsRender

0 comments on commit 098f714

Please sign in to comment.