fix(tv): season modal

This commit is contained in:
Fredrik Burmester
2026-01-22 08:37:54 +01:00
parent 26e8489384
commit 093fcc6187

View File

@@ -461,6 +461,14 @@ function Layout() {
animation: "fade",
}}
/>
<Stack.Screen
name='(auth)/tv-series-season-modal'
options={{
headerShown: false,
presentation: "transparentModal",
animation: "fade",
}}
/>
</Stack>
<Toaster
duration={4000}