Skip to content

Commit

Permalink
Disable legacy mode in desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
iwiznia committed Sep 5, 2024
1 parent 2af4d0a commit bd14a29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/setup/platformSetup/index.desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd14a29

Please sign in to comment.