From 326445d3af894080a5487b403e094000cda1f765 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 17 Feb 2025 07:31:40 -0800 Subject: Make Android app start faster by disabling JS bundle compression (#7751) * perf: Disable Android compression to speed up app startup * fix: Fix the gradle plugin --- app.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index 2303a2a33..a778d5cf8 100644 --- a/app.config.js +++ b/app.config.js @@ -242,6 +242,7 @@ module.exports = function (config) { './plugins/withAndroidStylesAccentColorPlugin.js', './plugins/withAndroidSplashScreenStatusBarTranslucentPlugin.js', './plugins/withAndroidNoJitpackPlugin.js', + './plugins/withNoBundleCompression.js', './plugins/shareExtension/withShareExtensions.js', './plugins/notificationsExtension/withNotificationsExtension.js', './plugins/withAppDelegateReferrer.js', -- cgit 1.4.1