diff --git a/src/app/_layout.tsx b/src/app/_layout.tsx
index 598b1d0a..6abc6d82 100644
--- a/src/app/_layout.tsx
+++ b/src/app/_layout.tsx
@@ -12,6 +12,7 @@ const tabScreenOptions = {
// Not really sure why, but rendering a Container with a top safe area seems to fix it
// Note: this adds a negligible amount of extra space above the header
header: () => ,
+ animation: 'fade',
} satisfies ComponentProps['screenOptions']
const RootLayout = () => (