feat: add a more explicit headerShown option

This commit is contained in:
satyajit.happy
2019-10-06 15:37:08 +02:00
parent 28353f4b79
commit 8f83f58913
10 changed files with 28 additions and 19 deletions

View File

@@ -125,7 +125,7 @@ class DetailsScreen extends React.Component<NavigationStackScreenProps> {
class HeaderlessScreen extends React.Component {
static navigationOptions = {
header: null,
headerShown: false,
};
componentDidMount() {