From 27fe808d8bb448d616ae2bfda6eabe2ff0edf8aa Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 26 Dec 2025 17:03:27 +0000 Subject: [PATCH] always build from source on ios for now --- app.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index c6d599f59a..5022ecbdf0 100644 --- a/app.config.js +++ b/app.config.js @@ -237,10 +237,13 @@ module.exports = function (_config) { ], [ 'expo-build-properties', + // NOTE: buildReactNativeFromSource: IS_PRODUCTION + // will speed up dev builds significantly, but currently + // the patches are a little too loadbearing -sfn { ios: { deploymentTarget: '15.1', - buildReactNativeFromSource: IS_PRODUCTION, + buildReactNativeFromSource: true, reactNativeReleaseLevel: 'experimental', }, android: {