From 69a765cc0db5b4c30e5eb04b766077274b301dba Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 27 Jan 2026 18:46:05 +0200 Subject: [PATCH] enable ccache for dev builds on iOS (#9770) --- app.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.config.js b/app.config.js index f37a969756..f3abb95d34 100644 --- a/app.config.js +++ b/app.config.js @@ -241,6 +241,7 @@ module.exports = function (_config) { ios: { deploymentTarget: '15.1', buildReactNativeFromSource: true, + ccacheEnabled: IS_DEV, }, android: { compileSdkVersion: 35,