Skip to content

Commit

Permalink
fix: Add back headerVisible: false (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 authored Apr 6, 2020
1 parent a983b5a commit 45afc46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions App/Screens/Screens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ function stackNavigatorOptions(
cardStyle: {
backgroundColor: theme.backgroundColor,
},
// FIXME the `headerVisible` field has been moved away from this config
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
// @ts-ignore
headerVisible: false,
},
};
}
Expand Down

0 comments on commit 45afc46

Please sign in to comment.