From a7ea2d1dddb6b0f370e5ca0d9847965907145568 Mon Sep 17 00:00:00 2001 From: Amaury Martiny Date: Mon, 6 Apr 2020 19:51:31 +0200 Subject: [PATCH] fix: Add back headerVisible: false --- App/Screens/Screens.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/App/Screens/Screens.tsx b/App/Screens/Screens.tsx index cb81528c..fb78f461 100644 --- a/App/Screens/Screens.tsx +++ b/App/Screens/Screens.tsx @@ -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, }, }; }