From ccc287274eafe6f1a9e03dfbc50a38ba408fba77 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 8 Dec 2023 01:34:31 +0000 Subject: [PATCH] Layout fixes --- src/Navigation.tsx | 6 +----- src/view/shell/index.web.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 4a3acc8d46..3f6b5ba20c 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -394,7 +394,7 @@ const FlatNavigator = () => { fullScreenGestureEnabled: true, headerShown: false, animationDuration: 250, - contentStyle: [pal.view, styles.webContainer], + contentStyle: [pal.view], }}> - + <> + <> - + @@ -53,7 +53,7 @@ function ShellInner() { )} - + ) }