remove shadow prop (defaults to true anyway)

This commit is contained in:
Samuel Newman
2025-05-28 16:31:05 +03:00
parent 2c32e775df
commit a5b7b6f12f
+1 -2
View File
@@ -518,10 +518,9 @@ function TabsNavigator() {
function screenOptions(t: Theme) { function screenOptions(t: Theme) {
return { return {
fullScreenGestureEnabled: true, fullScreenGestureEnabled: true,
fullScreenGestureShadowEnabled: true,
headerShown: false, headerShown: false,
contentStyle: t.atoms.bg, contentStyle: t.atoms.bg,
} } as const
} }
function HomeTabNavigator() { function HomeTabNavigator() {