diff --git a/src/NavigationOptions.re b/src/NavigationOptions.re index e6c50af7..2f563388 100644 --- a/src/NavigationOptions.re +++ b/src/NavigationOptions.re @@ -137,6 +137,7 @@ external t: ~headerStyle: Style.t=?, ~headerLeftContainerStyle: Style.t=?, ~headerRightContainerStyle: Style.t=?, + ~headerShown: bool=?, // ~headerForceInset: HeaderForceInset.t=?, /* TODO: double check this as it's typed as: React.ReactNode | React.ReactType */ ~headerBackground: React.element=?,