Skip to content

Commit

Permalink
remove animation duration
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed May 24, 2024
1 parent d15d4b7 commit ff7902f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ function HomeTabNavigator() {
animation: 'ios',
gestureEnabled: true,
headerShown: false,
animationDuration: 250,
contentStyle: pal.view,
}}>
<HomeTab.Screen name="Home" getComponent={() => HomeScreen} />
Expand All @@ -373,7 +372,6 @@ function SearchTabNavigator() {
animation: 'ios',
gestureEnabled: true,
headerShown: false,
animationDuration: 250,
contentStyle: pal.view,
}}>
<SearchTab.Screen name="Search" getComponent={() => SearchScreen} />
Expand All @@ -390,7 +388,6 @@ function FeedsTabNavigator() {
animation: 'ios',
gestureEnabled: true,
headerShown: false,
animationDuration: 250,
contentStyle: pal.view,
}}>
<FeedsTab.Screen name="Feeds" getComponent={() => FeedsScreen} />
Expand All @@ -407,7 +404,6 @@ function NotificationsTabNavigator() {
animation: 'ios',
gestureEnabled: true,
headerShown: false,
animationDuration: 250,
contentStyle: pal.view,
}}>
<NotificationsTab.Screen
Expand All @@ -428,7 +424,6 @@ function MyProfileTabNavigator() {
animation: 'ios',
gestureEnabled: true,
headerShown: false,
animationDuration: 250,
contentStyle: pal.view,
}}>
<MyProfileTab.Screen
Expand All @@ -452,7 +447,6 @@ function MessagesTabNavigator() {
animation: 'ios',
gestureEnabled: true,
headerShown: false,
animationDuration: 250,
contentStyle: pal.view,
}}>
<MessagesTab.Screen
Expand Down

0 comments on commit ff7902f

Please sign in to comment.