From e57318366f75c0083363aaf5a29e96f27821b0fc Mon Sep 17 00:00:00 2001 From: Thomas Deconinck Date: Tue, 12 Nov 2019 10:46:42 +0100 Subject: [PATCH] add header show props --- src/NavigationOptions.re | 1 + 1 file changed, 1 insertion(+) 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=?,