From 8bacddc7b5cfd8d741d7247ff5e1254281bff823 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Sun, 12 Sep 2021 22:27:40 +0200 Subject: [PATCH] chore: remove comment --- App.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/App.tsx b/App.tsx index fff6eee..3819a0c 100644 --- a/App.tsx +++ b/App.tsx @@ -52,10 +52,6 @@ import { retrieveLoginToken } from './src/utils/loginToken'; import { setupNotifications } from './src/utils/Notifications'; import { TabRoutes } from './src/navigation/TabNavigator'; -// Native optimizations https://reactnavigation.org/docs/react-native-screens -// Crashes app when navigating away from webview on android 9+ -// enableScreens(true); - initLocales(); setupNotifications();