remove freezing for now, I think we're good with memory usage

This commit is contained in:
Violet Caulfield
2025-02-19 17:23:08 -06:00
parent 05e7a3d697
commit 03b2ca2b54

View File

@@ -11,7 +11,7 @@ import { enableFreeze, enableScreens } from "react-native-screens";
Client.instance;
// Enable React Navigation freeze for detaching inactive screens
enableFreeze();
// enableFreeze();
AppRegistry.registerComponent(appName, () => App);
AppRegistry.registerComponent('RNCarPlayScene', () => App);