From 03f769320424098b9d742dbf662752761a804f43 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 17 Jun 2025 15:27:29 -0500 Subject: [PATCH] Gate browser consent dialog just to be clear --- src/view/shell/createNativeStackNavigatorWithAuth.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/createNativeStackNavigatorWithAuth.tsx b/src/view/shell/createNativeStackNavigatorWithAuth.tsx index cd009d9d03..2ce680e983 100644 --- a/src/view/shell/createNativeStackNavigatorWithAuth.tsx +++ b/src/view/shell/createNativeStackNavigatorWithAuth.tsx @@ -179,7 +179,7 @@ function NativeStackNavigator({ - + {!isWeb && } {/* End: individual dialogs and outlets */}