Skip to content

Commit b4bdec6

Browse files
committed
Add fade animation to tab layout
1 parent b220260 commit b4bdec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/app/(tabs)/_layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Tabs } from 'expo-router';
2-
import { Ionicons } from '@expo/vector-icons';
32
import { colors } from '../../src/shared';
43

54
export default function TabLayout() {
@@ -8,6 +7,7 @@ export default function TabLayout() {
87
screenOptions={{
98
headerShown: false,
109
tabBarStyle: { display: 'none' },
10+
animation: 'fade',
1111
}}
1212
>
1313
<Tabs.Screen name="home" />

0 commit comments

Comments
 (0)