From e98e3ba2fc5194d0d5d3d75df051657d5ba31d35 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Thu, 22 Jan 2026 13:39:35 +0530 Subject: [PATCH] fix: use UIDesignRequiresCompatibility --- app.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.config.js b/app.config.js index 5482cdd..aa09ff1 100644 --- a/app.config.js +++ b/app.config.js @@ -116,6 +116,7 @@ export default ({ config }) => { infoPlist: { LSMinimumSystemVersion: "13.0", UIBackgroundModes: ["audio", "remote-notification"], + UIDesignRequiresCompatibility: true, }, userInterfaceStyle: "automatic", },