Browse Source

chore: remove comment

Arnaud Vergnet 2 years ago
parent
commit
8bacddc7b5
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      App.tsx

+ 0
- 4
App.tsx View File

@@ -52,10 +52,6 @@ import { retrieveLoginToken } from './src/utils/loginToken';
52 52
 import { setupNotifications } from './src/utils/Notifications';
53 53
 import { TabRoutes } from './src/navigation/TabNavigator';
54 54
 
55
-// Native optimizations https://reactnavigation.org/docs/react-native-screens
56
-// Crashes app when navigating away from webview on android 9+
57
-// enableScreens(true);
58
-
59 55
 initLocales();
60 56
 setupNotifications();
61 57
 

Loading…
Cancel
Save