mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 22:30:41 +08:00
feat: add a more explicit headerShown option
This commit is contained in:
@@ -125,7 +125,7 @@ class DetailsScreen extends React.Component<NavigationStackScreenProps> {
|
||||
|
||||
class HeaderlessScreen extends React.Component {
|
||||
static navigationOptions = {
|
||||
header: null,
|
||||
headerShown: false,
|
||||
};
|
||||
|
||||
componentDidMount() {
|
||||
|
||||
Reference in New Issue
Block a user