mirror of
https://github.com/Jellify-Music/App.git
synced 2025-12-27 22:10:20 -06:00
remove freezing for now, I think we're good with memory usage
This commit is contained in:
2
index.js
2
index.js
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user