Fix background

This commit is contained in:
Dan Abramov
2023-12-07 04:33:20 +00:00
parent 8dd695b672
commit 69a1830727
+1 -1
View File
@@ -394,7 +394,7 @@ const FlatNavigator = () => {
fullScreenGestureEnabled: true,
headerShown: false,
animationDuration: 250,
contentStyle: [pal.view],
contentStyle: [pal.view, {flex: 'none'}],
}}>
<Flat.Screen
name="Home"