From 5f6a201df821153d4ef8857a783429de309ed680 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 4 Apr 2023 13:24:02 -0300 Subject: [PATCH] Remove useLegacyImplementation from drawer --- app/stacks/InsideStack.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/stacks/InsideStack.tsx b/app/stacks/InsideStack.tsx index 565f6efff..e1bf390c3 100644 --- a/app/stacks/InsideStack.tsx +++ b/app/stacks/InsideStack.tsx @@ -235,7 +235,7 @@ const DrawerNavigator = () => { } - useLegacyImplementation={true} + // useLegacyImplementation={true} screenOptions={{ swipeEnabled: false, headerShown: false,