From bd14a2938ddbeb2c315c2dcdc11d4cf70df383c8 Mon Sep 17 00:00:00 2001 From: Ionatan Wiznia Date: Thu, 5 Sep 2024 15:32:54 +0200 Subject: [PATCH] Disable legacy mode in desktop --- src/setup/platformSetup/index.desktop.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/setup/platformSetup/index.desktop.ts b/src/setup/platformSetup/index.desktop.ts index 7c8227ba9f30..52c5f4cfd9d0 100644 --- a/src/setup/platformSetup/index.desktop.ts +++ b/src/setup/platformSetup/index.desktop.ts @@ -9,7 +9,6 @@ import ROUTES from '@src/ROUTES'; export default function () { AppRegistry.runApplication(Config.APP_NAME, { rootTag: document.getElementById('root'), - mode: 'legacy', }); // Send local notification when update is downloaded