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() { )} - + ) }