remove shadow prop (defaults to true anyway)
This commit is contained in:
+1
-2
@@ -518,10 +518,9 @@ function TabsNavigator() {
|
||||
function screenOptions(t: Theme) {
|
||||
return {
|
||||
fullScreenGestureEnabled: true,
|
||||
fullScreenGestureShadowEnabled: true,
|
||||
headerShown: false,
|
||||
contentStyle: t.atoms.bg,
|
||||
}
|
||||
} as const
|
||||
}
|
||||
|
||||
function HomeTabNavigator() {
|
||||
|
||||
Reference in New Issue
Block a user