From 2571432875a8a7104f82b87a480e3650c6f32f6c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 5 Dec 2023 22:56:20 -0800 Subject: Disable react-native-screen freezing to test performance implications (#2109) --- src/App.native.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/App.native.tsx') diff --git a/src/App.native.tsx b/src/App.native.tsx index 8168f39d4..5ffbb6a82 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -6,7 +6,6 @@ import {RootSiblingParent} from 'react-native-root-siblings' import * as SplashScreen from 'expo-splash-screen' import {GestureHandlerRootView} from 'react-native-gesture-handler' import {QueryClientProvider} from '@tanstack/react-query' -import {enableFreeze} from 'react-native-screens' import 'view/icons' @@ -37,7 +36,6 @@ import { import {Provider as UnreadNotifsProvider} from 'state/queries/notifications/unread' import * as persisted from '#/state/persisted' -enableFreeze(true) SplashScreen.preventAutoHideAsync() function InnerApp() { -- cgit 1.4.1