Fix prop name
This commit is contained in:
committed by
Samuel Newman
parent
1045b09592
commit
c999ff38f9
+6
-6
@@ -524,7 +524,7 @@ function HomeTabNavigator() {
|
||||
animationDuration: 285,
|
||||
gestureEnabled: true,
|
||||
fullScreenGestureEnabled: true,
|
||||
fullScreenSwipeShadowEnabled: true,
|
||||
fullScreenGestureShadowEnabled: true,
|
||||
headerShown: false,
|
||||
contentStyle: t.atoms.bg,
|
||||
}}>
|
||||
@@ -543,7 +543,7 @@ function SearchTabNavigator() {
|
||||
animationDuration: 285,
|
||||
gestureEnabled: true,
|
||||
fullScreenGestureEnabled: true,
|
||||
fullScreenSwipeShadowEnabled: true,
|
||||
fullScreenGestureShadowEnabled: true,
|
||||
headerShown: false,
|
||||
contentStyle: t.atoms.bg,
|
||||
}}>
|
||||
@@ -561,7 +561,7 @@ function NotificationsTabNavigator() {
|
||||
animationDuration: 285,
|
||||
gestureEnabled: true,
|
||||
fullScreenGestureEnabled: true,
|
||||
fullScreenSwipeShadowEnabled: true,
|
||||
fullScreenGestureShadowEnabled: true,
|
||||
headerShown: false,
|
||||
contentStyle: t.atoms.bg,
|
||||
}}>
|
||||
@@ -583,7 +583,7 @@ function MyProfileTabNavigator() {
|
||||
animationDuration: 285,
|
||||
gestureEnabled: true,
|
||||
fullScreenGestureEnabled: true,
|
||||
fullScreenSwipeShadowEnabled: true,
|
||||
fullScreenGestureShadowEnabled: true,
|
||||
headerShown: false,
|
||||
contentStyle: t.atoms.bg,
|
||||
}}>
|
||||
@@ -609,7 +609,7 @@ function MessagesTabNavigator() {
|
||||
animationDuration: 285,
|
||||
gestureEnabled: true,
|
||||
fullScreenGestureEnabled: true,
|
||||
fullScreenSwipeShadowEnabled: true,
|
||||
fullScreenGestureShadowEnabled: true,
|
||||
headerShown: false,
|
||||
contentStyle: t.atoms.bg,
|
||||
}}>
|
||||
@@ -643,7 +643,7 @@ const FlatNavigator = () => {
|
||||
animationDuration: 285,
|
||||
gestureEnabled: true,
|
||||
fullScreenGestureEnabled: true,
|
||||
fullScreenSwipeShadowEnabled: true,
|
||||
fullScreenGestureShadowEnabled: true,
|
||||
headerShown: false,
|
||||
contentStyle: t.atoms.bg,
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user