From 231125059d0e0af44f0602fbf4b0882e9bde4320 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Tue, 27 Feb 2024 06:31:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AB=20Update:=20Ex=20-=20Debug=20Flags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/example/App.tsx b/example/App.tsx index 38b4057a..d0c1c003 100644 --- a/example/App.tsx +++ b/example/App.tsx @@ -127,4 +127,5 @@ setSharedEnvForRNIUtilitiesModule({ setSharedEnvForRNICleanableViewRegistry({ debugShouldLogCleanup: true, debugShouldLogRegister: true, + shouldGloballyDisableCleanup: false }); \ No newline at end of file