remove shadow prop (defaults to true anyway)
This commit is contained in:
+1
-2
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user