From 4c7fef7304522a53dc43b76b657b16b8874d136f Mon Sep 17 00:00:00 2001 From: Mounir Dhahri Date: Wed, 12 Mar 2025 08:34:43 +0100 Subject: [PATCH] fix: prevent users from seeing rewinded cards --- src/app/Navigation/routes.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/Navigation/routes.tsx b/src/app/Navigation/routes.tsx index f3f4a290d1f..d06783c77c5 100644 --- a/src/app/Navigation/routes.tsx +++ b/src/app/Navigation/routes.tsx @@ -823,6 +823,7 @@ export const artsyDotNetRoutes = defineRoutes([ options: { hidesBottomTabs: true, screenOptions: { + animation: "slide_from_bottom", headerShown: false, }, },